File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
bottomsheetdialog-compose
buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ android {
28
28
}
29
29
}
30
30
compileOptions {
31
- sourceCompatibility JavaVersion . VERSION_17
32
- targetCompatibility JavaVersion . VERSION_17
31
+ sourceCompatibility JavaVersion . VERSION_1_8
32
+ targetCompatibility JavaVersion . VERSION_1_8
33
33
}
34
34
kotlinOptions {
35
- jvmTarget = ' 17 '
35
+ jvmTarget = ' 1.8 '
36
36
}
37
37
buildFeatures {
38
38
compose = true
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ android {
34
34
}
35
35
}
36
36
compileOptions {
37
- sourceCompatibility JavaVersion . VERSION_17
38
- targetCompatibility JavaVersion . VERSION_17
37
+ sourceCompatibility JavaVersion . VERSION_1_8
38
+ targetCompatibility JavaVersion . VERSION_1_8
39
39
}
40
40
kotlinOptions {
41
- jvmTarget = ' 17 '
41
+ jvmTarget = ' 1.8 '
42
42
}
43
43
buildFeatures {
44
44
buildConfig = false
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 = " 8.1.0 "
5
- internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = " 1.3 .0"
4
+ internal const val ANDROID_GRADLE_PLUGIN = " 7.4.2 "
5
+ internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = " 1.1 .0"
6
6
internal const val KOTLIN = " 1.9.0"
7
7
8
8
internal const val MATERIAL = " 1.9.0"
You can’t perform that action at this time.
0 commit comments