Update sublibs, target sdk + build tools

This commit is contained in:
Marvin W 2016-09-24 21:05:21 +02:00
parent 6bef699f58
commit 07ff44e3c6
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
4 changed files with 6 additions and 7 deletions

View File

@ -19,20 +19,20 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
}
allprojects {
apply plugin: 'idea'
ext.androidBuildVersionTools = "23.0.3"
ext.androidBuildVersionTools = "24.0.2"
ext.isReleaseVersion = false
}
def androidCompileSdk() { return 23 }
def androidCompileSdk() { return 24 }
def androidTargetSdk() { return 23 }
def androidTargetSdk() { return 24 }
def androidMinSdk() { return 10 }

2
extern/GmsApi vendored

@ -1 +1 @@
Subproject commit 18da23b48289427f060af75adde627dcc1401f00
Subproject commit acec513b19aaba856722fc22c9adf3f5e0ea3ac7

2
extern/GmsLib vendored

@ -1 +1 @@
Subproject commit c450e2d8adc859972cde572d908193fe6ba73a5b
Subproject commit 3a219305d801f79c5385583e8ae8a9e9febc0160

View File

@ -1 +0,0 @@
extern/GmsApi/safe-parcel