File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ package com.holix.android.bottomsheetdialog.compose
3
3
object Versions {
4
4
internal const val ANDROID_GRADLE_PLUGIN = " 7.3.1"
5
5
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 "
7
7
8
8
internal const val MATERIAL = " 1.7.0"
9
9
internal const val ANDROIDX_CORE_KTX = " 1.9.0"
10
10
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"
14
14
15
15
internal const val COLOR_PICKER = " 1.0.0"
16
16
}
You can’t perform that action at this time.
0 commit comments