Skip to content

Commit

Permalink
Increment version code to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Mar 18, 2023
1 parent 8cc8a5a commit 5c2df91
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 = 7
const val patchVersion = 8
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 8
const val versionCode = 9
}

0 comments on commit 5c2df91

Please sign in to comment.