chore(build): update gradle version
Some checks failed
Build Check / build (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled

This commit is contained in:
ZCShou 2025-07-28 13:34:07 +08:00
parent 33e7e84ba7
commit 5121892b60
3 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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

View File

@ -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