Skip to content

Commit

Permalink
manually bump to 19.0.0 Alpha 03
Browse files Browse the repository at this point in the history
manual bump because alpha automation failed to bump version because of
"Commits must have verified signatures".
See #3733 (comment)

Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi committed Mar 19, 2024
1 parent 3da5c2a commit b6ab3cd
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 @@ -33,8 +33,8 @@ android {

// mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)
// xx .xxx .xx .xx
versionCode 190000002
versionName "19.0.0 Alpha 02"
versionCode 190000003
versionName "19.0.0 Alpha 03"

flavorDimensions "default"
renderscriptTargetApi 19
Expand Down

0 comments on commit b6ab3cd

Please sign in to comment.