v0.9.4: updated various dependencies and Android target SDK.

This commit is contained in:
Evan Debenham
2021-07-22 15:45:58 -04:00
parent 0e8eb3af64
commit 1ee6a0f993
3 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -15,14 +15,14 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 554
appVersionCode = 555
appVersionName = '0.9.3c'
appJavaCompatibility = JavaVersion.VERSION_1_8
appAndroidCompileSDK = 30
appAndroidCompileSDK = 30 //TODO update to 31 once it is out of preview
appAndroidMinSDK = 14
appAndroidTargetSDK = 30
appAndroidTargetSDK = 31
gdxVersion = '1.10.0'
robovmVersion = '2.3.13'