Skip to content

Commit

Permalink
[MERGE] #135 -> develop
Browse files Browse the repository at this point in the history
[CHORE/#135] version v1.1.1 변경
  • Loading branch information
Marchbreeze committed Sep 13, 2024
2 parents 4b7ca6c + 8956fb3 commit 9264b90
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 = 6
const val versionName = "1.1.0"
const val versionCode = 7
const val versionName = "1.1.1"
}

0 comments on commit 9264b90

Please sign in to comment.