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 af72cd9 commit 09c2290Copy full SHA for 09c2290
buildSrc/src/main/kotlin/Helpers.kt
@@ -56,8 +56,8 @@ fun Project.setupCore() {
56
setupCommon()
57
android.apply {
58
defaultConfig {
59
- versionCode = 5020650
60
- versionName = "5.2.6-nightly"
+ versionCode = 5030050
+ versionName = "5.3.0-nightly"
61
}
62
compileOptions.isCoreLibraryDesugaringEnabled = true
63
lintOptions {
0 commit comments