Skip to content

Commit

Permalink
[feat/#118] constants 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnseo committed Feb 3, 2024
1 parent bb7b581 commit 7cb51c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Constants {
const val compileSdk = 34
const val minSdk = 28
const val targetSdk = 33
const val versionCode = 40
const val versionName = "1.5"
const val versionCode = 41
const val versionName = "1.6"
const val jvmVersion = "17"
}

0 comments on commit 7cb51c4

Please sign in to comment.