Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
workspace committed Aug 11, 2023
1 parent 387d04a commit 5fb9c69
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ object Configuration {
const val targetSdk = 33
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 3
const val patchVersion = 1
const val minorVersion = 4
const val patchVersion = 0
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 131
const val versionCode = 140
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "com.holix.android"
}

0 comments on commit 5fb9c69

Please sign in to comment.