Update Android (#879)

This commit is contained in:
Emux 2021-10-07 17:57:11 +03:00 committed by GitHub
parent c3203b3cb4
commit 634a2e5c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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