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 208d536 commit 3ba3bf0Copy full SHA for 3ba3bf0
buildSrc/src/main/kotlin/Helpers.kt
@@ -50,8 +50,8 @@ fun Project.setupCore() {
50
setupCommon()
51
android.apply {
52
defaultConfig {
53
- versionCode = 5010150
54
- versionName = "5.1.1-nightly"
+ versionCode = 5010250
+ versionName = "5.1.2-nightly"
55
}
56
compileOptions.isCoreLibraryDesugaringEnabled = true
57
ndkVersion = "21.3.6528147"
0 commit comments