Android 7 Nougat

This commit is contained in:
Emux
2016-08-25 10:30:02 +03:00
parent 33b68fd0d6
commit b03fe48760
2 changed files with 6 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ allprojects {
version = 'master-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "23.0.3"
ext.androidBuildVersionTools = "24.0.2"
ext.gdxVersion = "1.9.3"
// Disable Java 8 doclint
@@ -25,7 +25,7 @@ allprojects {
}
}
def androidCompileSdk() { return 23 }
def androidCompileSdk() { return 24 }
def androidMinSdk() { return 10 }