Android 10 compatibility, fix #728

This commit is contained in:
Emux
2019-06-16 20:59:44 +03:00
parent cf2bdb251b
commit fcf7272f2e
7 changed files with 15 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ allprojects {
version = 'master-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "28.0.3"
ext.androidBuildVersionTools = "29.0.0"
ext.gdxVersion = "1.9.9"
ext.gwtVersion = "2.8.0"
ext.slf4jVersion = "1.7.25"
@@ -28,7 +28,7 @@ allprojects {
}
}
static def androidCompileSdk() { return 28 }
static def androidCompileSdk() { return 29 }
// 14 for Support Library, 16 for sqlite-android
static def androidMinSdk() { return 16 }