Update Android

This commit is contained in:
Emux
2020-09-09 17:47:42 +03:00
parent bf67074cf3
commit fa992b93f5
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ allprojects {
version = 'master-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "29.0.3"
ext.androidBuildVersionTools = "30.0.2"
ext.gdxVersion = "1.9.10"
ext.gwtVersion = "2.8.2"
ext.slf4jVersion = "1.7.28"
@@ -28,12 +28,12 @@ allprojects {
}
}
static def androidCompileSdk() { return 29 }
static def androidCompileSdk() { return 30 }
// 14 for Support Library, 16 for sqlite-android
static def androidMinSdk() { return 16 }
static def androidTargetSdk() { return 29 }
static def androidTargetSdk() { return 30 }
static def versionCode() { return 1 }