Skip to content

Commit 09c2290

Browse files
committed
Bump version
1 parent af72cd9 commit 09c2290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Helpers.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ fun Project.setupCore() {
5656
setupCommon()
5757
android.apply {
5858
defaultConfig {
59-
versionCode = 5020650
60-
versionName = "5.2.6-nightly"
59+
versionCode = 5030050
60+
versionName = "5.3.0-nightly"
6161
}
6262
compileOptions.isCoreLibraryDesugaringEnabled = true
6363
lintOptions {

0 commit comments

Comments
 (0)