File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
package com.holix.android.bottomsheetdialog.compose
2
2
3
3
object Configuration {
4
- const val compileSdk = 32
4
+ const val compileSdk = 33
5
5
const val targetSdk = 32
6
6
const val minSdk = 21
7
7
const val majorVersion = 1
Original file line number Diff line number Diff line change 1
1
package com.holix.android.bottomsheetdialog.compose
2
2
3
3
object Versions {
4
- internal const val ANDROID_GRADLE_PLUGIN = " 7.2.0 "
4
+ internal const val ANDROID_GRADLE_PLUGIN = " 7.3.1 "
5
5
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = " 1.1.0"
6
6
internal const val KOTLIN = " 1.7.10"
7
7
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"
10
10
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 "
14
14
}
15
15
16
16
object Dependencies {
You can’t perform that action at this time.
0 commit comments