Skip to content

Commit

Permalink
update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kongpf8848 committed Nov 17, 2024
1 parent 554ba23 commit 772ad29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ object Config{
const val targetSdkVersion = 34
val sourceCompatibilityVersion = JavaVersion.VERSION_1_8
val targetCompatibilityVersion = JavaVersion.VERSION_1_8
const val versionCode = 20
const val versionName = "1.2.0"
const val versionCode = 21
const val versionName = "1.2.1"
}

object Versions {
Expand Down

0 comments on commit 772ad29

Please sign in to comment.