Skip to content

Commit

Permalink
Update version codes
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 14, 2022
1 parent 8af6acd commit 0f53d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Configurations {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 0
const val patchVersion = 3
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 1
const val versionCode = 4
}

0 comments on commit 0f53d5b

Please sign in to comment.