mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
update AGP 7.2.0
This commit is contained in:
parent
fdf6fb826f
commit
a0962e624d
@ -88,9 +88,9 @@ android {
|
||||
if (outputFile != null && outputFile.name.endsWith('.apk')) {
|
||||
def fileName
|
||||
if (variant.buildType.name == 'release') {
|
||||
fileName = "APP_${defaultConfig.versionName}_release.apk"
|
||||
fileName = "Go_${defaultConfig.versionName}_arm64-v8a.apk"
|
||||
} else {
|
||||
fileName = "APP_${defaultConfig.versionName}_debug.apk"
|
||||
fileName = "Go_${defaultConfig.versionName}_arm64-v8a.apk"
|
||||
}
|
||||
outputFileName=fileName
|
||||
}
|
||||
|
||||
@ -13,7 +13,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.1.3'
|
||||
classpath 'com.android.tools.build:gradle:7.2.0'
|
||||
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
||||
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-7.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user