Skip to content

Commit

Permalink
[CHORE/#141] version v1.1.3 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Sep 25, 2024
1 parent bc72530 commit 5ad2b9e
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
const val versionCode = 9
const val versionName = "1.1.2"
const val versionCode = 10
const val versionName = "1.1.3"
}

0 comments on commit 5ad2b9e

Please sign in to comment.