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 95a740c commit 36576a6Copy full SHA for 36576a6
buildSrc/src/main/kotlin/Helpers.kt
@@ -56,8 +56,8 @@ fun Project.setupCore() {
56
setupCommon()
57
android.apply {
58
defaultConfig {
59
- versionCode = 5010350
60
- versionName = "5.1.3-nightly"
+ versionCode = 5010450
+ versionName = "5.1.4-nightly"
61
}
62
compileOptions.isCoreLibraryDesugaringEnabled = true
63
lintOptions {
0 commit comments