Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
pre-release for compose 1.7.x
  • Loading branch information
workspace committed Jan 26, 2024
1 parent 6f8d8ca commit 50ec9da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ object Configuration {
const val targetSdk = 34
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 4
const val patchVersion = 1
const val minorVersion = 5
const val patchVersion = 0
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 141
const val versionCode = 150
const val artifactGroup = "com.holix.android"
}

0 comments on commit 50ec9da

Please sign in to comment.