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 e92b263 commit 7109bd9Copy full SHA for 7109bd9
buildSrc/src/main/kotlin/ProjectProperties.kt
@@ -2,6 +2,6 @@ object ProjectProperties {
2
const val COMPILE_SDK = 34
3
const val MIN_SDK = 23
4
const val TARGET_SDK = 34
5
- const val VERSION_CODE = 19
+ const val VERSION_CODE = 23
6
const val VERSION_NAME = "1.4.0"
7
}
0 commit comments