Skip to content

Commit

Permalink
버전 코드 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
minju1459 committed Aug 30, 2024
1 parent c5b7100 commit f90bce2
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
var versionCode = 6
var versionName = "1.0.4"
var versionCode = 7
var versionName = "1.0.5"
}

0 comments on commit f90bce2

Please sign in to comment.