v2.0.0: updated AGP and gradle versions

This commit is contained in:
Evan Debenham
2023-01-26 12:19:37 -05:00
parent 180af8e9fe
commit b1534ce659
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'
android {
namespace 'com.shatteredpixel.shatteredpixeldungeon.android'
compileSdkVersion appAndroidCompileSDK
compileOptions.sourceCompatibility = compileOptions.targetCompatibility = appJavaCompatibility