Skip to content

Commit

Permalink
[chore] #312 버전코드, 버전네임 업
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Oct 31, 2024
1 parent e855fe1 commit d5d0218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/DefaultConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ object DefaultConfig {
const val compileSdk = 33
const val minSdk = 28
const val targetSdk = 33
const val versionCode = 32
const val versionName = "1.1.0"
const val versionCode = 33
const val versionName = "1.1.1"
}

0 comments on commit d5d0218

Please sign in to comment.