Skip to content

Commit

Permalink
Increment the patch version and version code
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 8, 2024
1 parent 83043b8 commit f30b93b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ object Configuration {
const val minSdk24 = 24
const val majorVersion = 2
const val minorVersion = 2
const val patchVersion = 13
const val patchVersion = 14
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 88
const val versionCode = 89
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "com.github.skydoves"
}

0 comments on commit f30b93b

Please sign in to comment.