Skip to content

Commit

Permalink
update AGP 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed May 11, 2022
1 parent fdf6fb8 commit a0962e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a0962e6

Please sign in to comment.