v2.0.0: updated Android compile and target SDKs

This commit is contained in:
Evan Debenham
2023-01-26 17:39:54 -05:00
parent c524f0066c
commit bfeb05bf5d
+2 -2
View File
@@ -19,9 +19,9 @@ allprojects {
appJavaCompatibility = JavaVersion.VERSION_1_8 appJavaCompatibility = JavaVersion.VERSION_1_8
appAndroidCompileSDK = 31 appAndroidCompileSDK = 33
appAndroidMinSDK = 14 appAndroidMinSDK = 14
appAndroidTargetSDK = 31 appAndroidTargetSDK = 33
gdxVersion = '1.11.0' gdxVersion = '1.11.0'
gdxControllersVersion = '2.2.3-SNAPSHOT' gdxControllersVersion = '2.2.3-SNAPSHOT'