Skip to content

Commit 4c6f7bf

Browse files
committed
Release 1.5.1
compose 1.7.0-alpha03 -> 1.7.5
2 parents 8ee9837 + 50ec9da commit 4c6f7bf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 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
8+
const val minorVersion = 5
99
const val patchVersion = 1
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 141
11+
const val versionCode = 151
1212
const val artifactGroup = "com.holix.android"
1313
}

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
androidGradlePlugin = "8.2.2"
2+
androidGradlePlugin = "8.7.2"
33
nexusPlugin = "1.3.0"
4-
kotlin = "1.9.21"
4+
kotlin = "1.9.24"
55
jvmTarget = "11"
66
spotless = "6.25.0"
77

88
androidxActivity = "1.8.2"
99
androidxCore = "1.12.0"
10-
androidxComposeBom = "2024.08.00"
11-
androidxComposeCompiler = "1.5.7"
10+
androidxComposeBom = "2024.11.00"
11+
androidxComposeCompiler = "1.5.14"
1212

1313
material = "1.11.0"
1414
colorPickerCompose = "1.0.7"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Aug 11 17:13:17 KST 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
distributionPath=wrapper/dists
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)