Skip to content

Commit

Permalink
Merge pull request #163 from TEAM-README/feat/upgrade-version
Browse files Browse the repository at this point in the history
[chore] Version Code, Version Name 1.0.6 업그레이드 (#162)
  • Loading branch information
KxxHyoRim authored Oct 26, 2022
2 parents 52c1543 + 388538b commit 2afaedf
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 = 32
const val minSdk = 23
const val targetSdk = 32
var versionCode = 105
var versionName = "1.0.5"
var versionCode = 106
var versionName = "1.0.6"
}

0 comments on commit 2afaedf

Please sign in to comment.