Skip to content

Commit

Permalink
bump version to 20.0.3
Browse files Browse the repository at this point in the history
a new branch stable-20.0.3 is created instead to take stable-20.0 because the state from master is taken and stable-20.0 should keep it's history instead to being hard reseted.

State from master is taken because backports caused too many merge conflicts.

Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi committed Nov 11, 2024
1 parent 3d6bd86 commit 2e2377b
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 @@ -40,8 +40,8 @@ android {

// mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)
// xx .xxx .xx .xx
versionCode 200010011
versionName "20.1.0 Alpha 11"
versionCode 200000390
versionName "20.0.3"

flavorDimensions "default"
renderscriptTargetApi 19
Expand Down

0 comments on commit 2e2377b

Please sign in to comment.