fix ant build for sdk 23

pull in new version of support library .jar
This commit is contained in:
Eric House 2016-12-11 13:33:06 -08:00
parent d136dd65e6
commit 36a0737654
2 changed files with 1 additions and 2 deletions

View file

@ -11,8 +11,7 @@ apply plugin: 'com.android.application'
dependencies {
compile files('../libs/gcm.jar')
// compile files('../libs/android-support-v13.jar')
compile 'com.android.support:support-v4:23.0.0'
compile files('../libs/android-support-v13.jar')
}
android {