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' } }