Skip to content

Commit 19920fc

Browse files
committed
Bump version
1 parent e04350f commit 19920fc

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 = 5020350
60-
versionName = "5.2.3-nightly"
59+
versionCode = 5020450
60+
versionName = "5.2.4-nightly"
6161
}
6262
compileOptions.isCoreLibraryDesugaringEnabled = true
6363
lintOptions {

0 commit comments

Comments
 (0)