Skip to content

Commit 50ec9da

Browse files
committed
Release 1.5.0
pre-release for compose 1.7.x
1 parent 6f8d8ca commit 50ec9da

File tree

1 file changed

+3
-3
lines changed
  • buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose/Configuration.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ object Configuration {
55
const val targetSdk = 34
66
const val minSdk = 21
77
const val majorVersion = 1
8-
const val minorVersion = 4
9-
const val patchVersion = 1
8+
const val minorVersion = 5
9+
const val patchVersion = 0
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 141
11+
const val versionCode = 150
1212
const val artifactGroup = "com.holix.android"
1313
}

0 commit comments

Comments
 (0)