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 5352fae commit f9aa478Copy full SHA for f9aa478
buildSrc/src/main/kotlin/Helpers.kt
@@ -56,8 +56,8 @@ fun Project.setupCore() {
56
setupCommon()
57
android.apply {
58
defaultConfig {
59
- versionCode = 5010950
60
- versionName = "5.1.9-nightly"
+ versionCode = 5020050
+ versionName = "5.2.0-nightly"
61
}
62
compileOptions.isCoreLibraryDesugaringEnabled = true
63
lintOptions {
0 commit comments