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 8675518 commit 34fefa0Copy full SHA for 34fefa0
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 = 23
6
- const val VERSION_NAME = "1.4.0"
+ const val VERSION_CODE = 24
+ const val VERSION_NAME = "1.5.0"
7
}
0 commit comments