We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04350f commit 19920fcCopy full SHA for 19920fc
buildSrc/src/main/kotlin/Helpers.kt
@@ -56,8 +56,8 @@ fun Project.setupCore() {
56
setupCommon()
57
android.apply {
58
defaultConfig {
59
- versionCode = 5020350
60
- versionName = "5.2.3-nightly"
+ versionCode = 5020450
+ versionName = "5.2.4-nightly"
61
}
62
compileOptions.isCoreLibraryDesugaringEnabled = true
63
lintOptions {
0 commit comments