Skip to content

Commit

Permalink
[CHORE/#381] version name 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Feb 8, 2024
1 parent e6d6ae1 commit e6a21bf
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 e6a21bf

Please sign in to comment.