Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Aug 25, 2024
1 parent 3c8029d commit eafc69d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ object appConfig {
const val targetSdkVersion = 34

private const val MAJOR = 2
private const val MINOR = 1
private const val PATCH = 1
private const val MINOR = 2
private const val PATCH = 0
const val versionCode = MAJOR * 10000 + MINOR * 100 + PATCH
const val versionName = "$MAJOR.$MINOR.$PATCH-SNAPSHOT"
const val versionName = "$MAJOR.$MINOR.$PATCH"
}

object deps {
Expand Down

0 comments on commit eafc69d

Please sign in to comment.