Skip to content

Commit

Permalink
[MERGE] #381 -> develop
Browse files Browse the repository at this point in the history
[CHORE/#381] version name 2.0
  • Loading branch information
Marchbreeze authored Feb 8, 2024
2 parents e6d6ae1 + e6a21bf commit 5f9d03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/convention/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Constants {
const val compileSdk = 33
const val minSdk = 28
const val targetSdk = 33
const val versionCode = 39
const val versionName = "1.4"
const val versionCode = 40
const val versionName = "2.0"
const val jvmVersion = "17"
}

0 comments on commit 5f9d03d

Please sign in to comment.