Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
etwasmitbaum committed Jun 13, 2023
1 parent ae3267f commit 8684770
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.tjEnterprises.phase10Counter"
minSdkVersion 21
targetSdkVersion 33
versionCode 16
versionName "2.0.0-Beta"
versionCode 17
versionName "2.0.0"
resourceConfigurations += ['en', 'de', 'pl']

javaCompileOptions {
Expand Down
4 changes: 2 additions & 2 deletions app/github_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": 14,
"versionName": "1.4.7",
"versionCode": 17,
"versionName": "2.0.0",
"outputFile": "app-github_release.apk"
}
],
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": 14,
"versionName": "1.4.7",
"versionCode": 17,
"versionName": "2.0.0",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 8684770

Please sign in to comment.