Skip to content

Commit

Permalink
chore: 앱 버전 상향
Browse files Browse the repository at this point in the history
  • Loading branch information
jisungbin committed Jan 22, 2023
1 parent 99b6aa1 commit 530cd16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ internal object ApplicationConstants {
const val minSdk = 21
const val targetSdk = 33
const val compileSdk = 33
const val versionCode = 1
const val versionName = "1"
const val versionCode = 20001
const val versionName = "2.0.0-dev01"
val javaVersion = JavaVersion.VERSION_11
}

0 comments on commit 530cd16

Please sign in to comment.