Skip to content

Commit

Permalink
[CHORE] 버전 업
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Jan 24, 2022
1 parent 849d7cf commit 8262607
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 = 31
const val minSdk = 26
const val targetSdk = 30
const val versionCode = 1
const val versionName = "1.0"
const val versionCode = 2
const val versionName = "1.0.1"
}

0 comments on commit 8262607

Please sign in to comment.