Skip to content

Commit 1c73e48

Browse files
committed
v5.2.6
1 parent 9aa1f16 commit 1c73e48

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 = 5020550
60-
versionName = "5.2.5-nightly"
59+
versionCode = 5020650
60+
versionName = "5.2.6-nightly"
6161
}
6262
compileOptions.isCoreLibraryDesugaringEnabled = true
6363
lintOptions {

0 commit comments

Comments
 (0)