v2.2.0: updated android build tools

This commit is contained in:
Evan Debenham
2023-08-14 16:35:45 -04:00
parent d1bc612d46
commit 7b6fed2acf
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
namespace 'com.shatteredpixel.shatteredpixeldungeon.android'
compileSdkVersion appAndroidCompileSDK
compileSdk appAndroidCompileSDK
compileOptions.sourceCompatibility = compileOptions.targetCompatibility = appJavaCompatibility
sourceSets.main.assets.srcDirs = [new File(project(':core').projectDir, "/src/main/assets")]