Skip to content

Commit f4d77f9

Browse files
committed
bump version to 24.0.0 RC1
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
1 parent 7d75712 commit f4d77f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

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

6363
// mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)
6464
// xx .xxx .xx .xx
65-
versionCode = 240000008
66-
versionName = "24.0.0 Alpha 08"
65+
versionCode = 240000051
66+
versionName = "24.0.0 RC1"
6767

6868
vectorDrawables.useSupportLibrary = true
6969

0 commit comments

Comments
 (0)