Skip to content

Commit

Permalink
[fix] version code version name 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KWY0218 committed Feb 25, 2023
1 parent cd8c2db commit d422c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ object AppConfig {
const val compileSdkVersion = 32
const val minSdkVersion = 26
const val targetSdkVersion = 32
const val versionCode = 4
const val versionName = "1.0.1"
const val versionCode = 5
const val versionName = "1.0.6"
}

object Deps {
Expand Down

0 comments on commit d422c46

Please sign in to comment.