Skip to content

Commit a33c5b6

Browse files
committed
⚙️ :: 버전 변경
1 parent 0774d53 commit a33c5b6

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 = 17
6-
const val VERSION_NAME = "1.3.8"
5+
const val VERSION_CODE = 18
6+
const val VERSION_NAME = "1.3.9"
77
}

0 commit comments

Comments
 (0)