Skip to content

Commit

Permalink
Update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 22, 2023
1 parent cb0bdb7 commit d10dea5
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 = 2
const val patchVersion = 8
const val patchVersion = 9
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 83
const val versionCode = 84
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "com.github.skydoves"
}

0 comments on commit d10dea5

Please sign in to comment.