Skip to content

Commit

Permalink
Updated versionCode to 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Oct 26, 2020
1 parent a04cb8e commit bb62907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
}
minSdkVersion 16
targetSdkVersion 26
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-16"
Expand Down
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":2,"versionName":"1.0.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

0 comments on commit bb62907

Please sign in to comment.