Skip to content

Commit

Permalink
[CHORE/#143] version v1.1.6 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Oct 10, 2024
1 parent b8f6e13 commit 1b8743d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ object Constants {
const val compileSdk = 34
const val minSdk = 28
const val targetSdk = 34
const val versionCode = 14
const val versionName = "1.1.5"
const val versionCode = 15
const val versionName = "1.1.6"
}

0 comments on commit 1b8743d

Please sign in to comment.