v0.8.2a: updated target and compile android SDK versions to Android 11

This commit is contained in:
Evan Debenham 2020-08-16 13:16:33 -04:00
parent b94f188295
commit 1a5051f701

View File

@ -21,9 +21,9 @@ allprojects {
appJavaCompatibility = JavaVersion.VERSION_1_8
appAndroidCompileSDK = 29
appAndroidCompileSDK = 30
appAndroidMinSDK = 9
appAndroidTargetSDK = 29
appAndroidTargetSDK = 30
gdxVersion = '1.9.10'
}