Skip to content

Commit 36576a6

Browse files
committed
Bump version
1 parent 95a740c commit 36576a6

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 = 5010350
60-
versionName = "5.1.3-nightly"
59+
versionCode = 5010450
60+
versionName = "5.1.4-nightly"
6161
}
6262
compileOptions.isCoreLibraryDesugaringEnabled = true
6363
lintOptions {

0 commit comments

Comments
 (0)