Skip to content

Commit

Permalink
Updated versionCode to 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Mar 1, 2024
1 parent 21f8062 commit 33f646d
Show file tree
Hide file tree
Showing 2 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 @@ -15,8 +15,8 @@ android {
}
minSdkVersion 16
targetSdkVersion 33
versionCode 8
versionName "1.1.0"
versionCode 9
versionName "1.1.1"
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-16"
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 8,
"versionName": "1.1.0",
"versionCode": 9,
"versionName": "1.1.1",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 33f646d

Please sign in to comment.