We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d75712 commit f4d77f9Copy full SHA for f4d77f9
1 file changed
app/build.gradle.kts
@@ -62,8 +62,8 @@ android {
62
63
// mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)
64
// xx .xxx .xx .xx
65
- versionCode = 240000008
66
- versionName = "24.0.0 Alpha 08"
+ versionCode = 240000051
+ versionName = "24.0.0 RC1"
67
68
vectorDrawables.useSupportLibrary = true
69
0 commit comments