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 0774d53 commit a33c5b6Copy full SHA for a33c5b6
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 = 17
6
- const val VERSION_NAME = "1.3.8"
+ const val VERSION_CODE = 18
+ const val VERSION_NAME = "1.3.9"
7
}
0 commit comments