Skip to content

Commit

Permalink
Version code 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
YiBeomSeok committed May 16, 2024
1 parent c1bbea4 commit 056b055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/org/bmsk/buildsrc/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configuration {
const val minSdk = 28
const val majorVersion = 1
const val minorVersion = 1
const val patchVersion = 0
const val patchVersion = 1
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 8
const val versionCode = 1
}

0 comments on commit 056b055

Please sign in to comment.