Skip to content

Commit 3ba3bf0

Browse files
committed
Bump version
1 parent 208d536 commit 3ba3bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Helpers.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ fun Project.setupCore() {
5050
setupCommon()
5151
android.apply {
5252
defaultConfig {
53-
versionCode = 5010150
54-
versionName = "5.1.1-nightly"
53+
versionCode = 5010250
54+
versionName = "5.1.2-nightly"
5555
}
5656
compileOptions.isCoreLibraryDesugaringEnabled = true
5757
ndkVersion = "21.3.6528147"

0 commit comments

Comments
 (0)