Skip to content

Commit

Permalink
bump version to 17.1.0 RC1
Browse files Browse the repository at this point in the history
please be aware that the versionCode and versionName don't match for now.
This is necessary due to a typo in versionCode for 17.1.
versionCode and versionName will match again with v18.0

Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi committed Aug 31, 2023
1 parent 3e44e5a commit cb0621f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {

// mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)
// xx .xxx .xx .xx
versionCode 170100020
versionName "17.10.0 Alpha 20"
versionCode 170100051
versionName "17.1.0 RC1"

flavorDimensions "default"
renderscriptTargetApi 19
Expand Down

0 comments on commit cb0621f

Please sign in to comment.