Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 1, 2022
1 parent be053d2 commit f61dfc2
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 = 1
const val patchVersion = 2
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 2
const val versionCode = 3
}

0 comments on commit f61dfc2

Please sign in to comment.