Skip to content

Commit

Permalink
Increment version codes
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Apr 30, 2022
1 parent 575886b commit ab83a27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ object Configuration {
const val minSdk = 17
const val majorVersion = 1
const val minorVersion = 4
const val patchVersion = 4
const val patchVersion = 5
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 45
const val versionCode = 46
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "com.github.skydoves"
}

0 comments on commit ab83a27

Please sign in to comment.