Skip to content

Commit

Permalink
Increment patchVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 26, 2023
1 parent f91224b commit 4fb1a23
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 = 21
const val majorVersion = 2
const val minorVersion = 1
const val patchVersion = 3
const val patchVersion = 4
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 63
const val versionCode = 64
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "com.github.skydoves"
}

0 comments on commit 4fb1a23

Please sign in to comment.