From 7b6fed2acf930dfc17d4e56b7be415360b85d838 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 14 Aug 2023 16:35:45 -0400 Subject: [PATCH] v2.2.0: updated android build tools --- android/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 65ae3b803..628798911 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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")] diff --git a/build.gradle b/build.gradle index 4d666061a..60f08872d 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.0.2' + classpath 'com.android.tools.build:gradle:8.1.0' } }