Remove support library

This commit is contained in:
Victor 2014-03-05 15:38:38 +02:00
parent 9d4e882fbb
commit 77254ac5eb
2 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@ buildscript {
}
apply plugin: 'android'
dependencies {
compile files('libs/android-support-v4.jar')
}
android {
compileSdkVersion 19
buildToolsVersion "19.0.0"