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

View File

@@ -19,9 +19,9 @@ allprojects {
appJavaCompatibility = JavaVersion.VERSION_1_8
appAndroidCompileSDK = 31
appAndroidCompileSDK = 33
appAndroidMinSDK = 14
appAndroidTargetSDK = 31
appAndroidTargetSDK = 33
gdxVersion = '1.11.0'
gdxControllersVersion = '2.2.3-SNAPSHOT'