Skip to content

Commit a80f2f5

Browse files
committed
[BOOK-250] chore: 버전 코드 2 -> 3으로 변경
1 parent f2d3b71 commit a80f2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/com/ninecraft/booket/convention/ApplicationConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ internal object ApplicationConstants {
66
const val MIN_SDK = 28
77
const val TARGET_SDK = 35
88
const val COMPILE_SDK = 35
9-
const val VERSION_CODE = 2
9+
const val VERSION_CODE = 3
1010
const val VERSION_NAME = "1.0.0"
1111
const val JAVA_VERSION_INT = 17
1212
val javaVersion = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)