Skip to content

Commit

Permalink
ready for 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspfahl committed Apr 25, 2024
1 parent ca7901b commit 5a56197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
versionCode 109003
// remove _rc when release
// e.g. versionName "1.3.0_rc"
versionName "1.9.3_rc"
versionName "1.9.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
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": 109001,
"versionName": "1.9.1",
"versionCode": 109003,
"versionName": "1.9.3",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 5a56197

Please sign in to comment.