Skip to content

Commit 53aef71

Browse files
authored
Release v1.5.0
Release v1.5.0
2 parents 10cef9a + 34fefa0 commit 53aef71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/ProjectProperties.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ object ProjectProperties {
22
const val COMPILE_SDK = 34
33
const val MIN_SDK = 23
44
const val TARGET_SDK = 34
5-
const val VERSION_CODE = 23
6-
const val VERSION_NAME = "1.4.0"
5+
const val VERSION_CODE = 24
6+
const val VERSION_NAME = "1.5.0"
77
}

0 commit comments

Comments
 (0)