Skip to content

Commit 896e968

Browse files
committed
update dependencies
1 parent 23ad79f commit 896e968

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.holix.android.bottomsheetdialog.compose
22

33
object Configuration {
4-
const val compileSdk = 32
4+
const val compileSdk = 33
55
const val targetSdk = 32
66
const val minSdk = 21
77
const val majorVersion = 1

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
package com.holix.android.bottomsheetdialog.compose
22

33
object Versions {
4-
internal const val ANDROID_GRADLE_PLUGIN = "7.2.0"
4+
internal const val ANDROID_GRADLE_PLUGIN = "7.3.1"
55
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
66
internal const val KOTLIN = "1.7.10"
77

8-
internal const val MATERIAL = "1.6.1"
9-
internal const val ANDROIDX_CORE_KTX = "1.8.0"
8+
internal const val MATERIAL = "1.7.0"
9+
internal const val ANDROIDX_CORE_KTX = "1.9.0"
1010

11-
internal const val COMPOSE = "1.2.0"
12-
const val COMPOSE_COMPILER = "1.3.0"
13-
internal const val COMPOSE_ACTIVITY = "1.5.0"
11+
internal const val COMPOSE = "1.2.1"
12+
const val COMPOSE_COMPILER = "1.3.1"
13+
internal const val COMPOSE_ACTIVITY = "1.5.1"
1414
}
1515

1616
object Dependencies {

0 commit comments

Comments
 (0)