Skip to content

Commit

Permalink
⚙️ :: 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
parkuiery committed Sep 13, 2024
1 parent 0774d53 commit a33c5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ProjectProperties.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ object ProjectProperties {
const val COMPILE_SDK = 34
const val MIN_SDK = 23
const val TARGET_SDK = 34
const val VERSION_CODE = 17
const val VERSION_NAME = "1.3.8"
const val VERSION_CODE = 18
const val VERSION_NAME = "1.3.9"
}

0 comments on commit a33c5b6

Please sign in to comment.