mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
chore(build): update gradle version
This commit is contained in:
parent
33e7e84ba7
commit
5121892b60
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user