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 cb9f023 commit fb72c94Copy full SHA for fb72c94
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 = 24
6
- const val VERSION_NAME = "1.5.0"
+ const val VERSION_CODE = 25
+ const val VERSION_NAME = "1.5.1"
7
}
0 commit comments