Skip to content

Commit ad94b81

Browse files
authored
Merge pull request #199 from YAPP-Github/chore/bump-version-1.2.0
[chore] 버전 코드 16, 버전 네임 1.2.0으로 업데이트
2 parents b42d2b9 + 77f5efb commit ad94b81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • build-logic/src/main/java/com/neki/android/buildlogic/const

build-logic/src/main/java/com/neki/android/buildlogic/const/BuildConst.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import org.gradle.api.JavaVersion
55
object BuildConst {
66
const val APPLICATION_ID = "com.neki.android"
77

8-
const val VERSION_CODE = 14
9-
const val VERSION_NAME = "1.1.1"
8+
const val VERSION_CODE = 16
9+
const val VERSION_NAME = "1.2.0"
1010

1111
const val MIN_SDK = 29
1212
const val TARGET_SDK = 36

0 commit comments

Comments
 (0)