Skip to content

Commit 4a46af3

Browse files
committed
bump version to 20.0.0 RC2
did a git hard reset to master for this time because backporting became too complicated :( Signed-off-by: Marcel Hibbe <[email protected]>
1 parent 0d96a15 commit 4a46af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040

4141
// mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)
4242
// xx .xxx .xx .xx
43-
versionCode 200010001
44-
versionName "20.1.0 Alpha 01"
43+
versionCode 200000052
44+
versionName "20.0.0 RC2"
4545

4646
flavorDimensions "default"
4747
renderscriptTargetApi 19

0 commit comments

Comments
 (0)