Skip to content

Commit f638b75

Browse files
committed
update dependencies
- compose - kotlin
1 parent e6986b0 commit f638b75

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ package com.holix.android.bottomsheetdialog.compose
33
object Versions {
44
internal const val ANDROID_GRADLE_PLUGIN = "7.3.1"
55
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
6-
internal const val KOTLIN = "1.7.10"
6+
internal const val KOTLIN = "1.7.20"
77

88
internal const val MATERIAL = "1.7.0"
99
internal const val ANDROIDX_CORE_KTX = "1.9.0"
1010

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"
11+
internal const val COMPOSE = "1.3.0"
12+
const val COMPOSE_COMPILER = "1.3.2"
13+
internal const val COMPOSE_ACTIVITY = "1.6.1"
1414

1515
internal const val COLOR_PICKER = "1.0.0"
1616
}

0 commit comments

Comments
 (0)