Skip to content

Commit 49f3891

Browse files
committed
Bump version
1 parent 59c648e commit 49f3891

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Helpers.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ fun Project.setupCore() {
5656
setupCommon()
5757
android.apply {
5858
defaultConfig {
59-
versionCode = 5020150
60-
versionName = "5.2.1-nightly"
59+
versionCode = 5020250
60+
versionName = "5.2.2-nightly"
6161
}
6262
compileOptions.isCoreLibraryDesugaringEnabled = true
6363
lintOptions {

0 commit comments

Comments
 (0)