diff --git a/app/build.gradle b/app/build.gradle index 714f7f1..d5b7713 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { } ndkVersion '26.2.11394342' compileSdk 32 - buildToolsVersion = '34.0.0' + buildToolsVersion = '36.0.0' defaultConfig { applicationId "com.zcshou.gogogo" minSdkVersion 27 @@ -26,7 +26,7 @@ android { versionCode 1121 versionName '1.12.1' // https://semver.org/lang/zh-CN/ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - resConfigs 'zh', 'zh-rCN', 'en', 'en-rUS' + resourceConfigurations += ['zh', 'zh-rCN', 'en', 'en-rUS'] ndk { //noinspection ChromeOsAbiSupport abiFilters "arm64-v8a" diff --git a/build.gradle b/build.gradle index 414ba09..8d0b17b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.11.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 97a8bb2..6e73f44 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip