We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa1f16 commit 1c73e48Copy full SHA for 1c73e48
buildSrc/src/main/kotlin/Helpers.kt
@@ -56,8 +56,8 @@ fun Project.setupCore() {
56
setupCommon()
57
android.apply {
58
defaultConfig {
59
- versionCode = 5020550
60
- versionName = "5.2.5-nightly"
+ versionCode = 5020650
+ versionName = "5.2.6-nightly"
61
}
62
compileOptions.isCoreLibraryDesugaringEnabled = true
63
lintOptions {
0 commit comments