Skip to content

Commit

Permalink
[CHORE/#135] version name v1.1.1 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Sep 13, 2024
1 parent 4b7ca6c commit 8956fb3
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 8956fb3

Please sign in to comment.