Skip to content

Commit ef59af9

Browse files
committed
Revert agp 8.1.0 to 7.4.2
1 parent 88317a4 commit ef59af9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ android {
2828
}
2929
}
3030
compileOptions {
31-
sourceCompatibility JavaVersion.VERSION_17
32-
targetCompatibility JavaVersion.VERSION_17
31+
sourceCompatibility JavaVersion.VERSION_1_8
32+
targetCompatibility JavaVersion.VERSION_1_8
3333
}
3434
kotlinOptions {
35-
jvmTarget = '17'
35+
jvmTarget = '1.8'
3636
}
3737
buildFeatures {
3838
compose = true

bottomsheetdialog-compose/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ android {
3434
}
3535
}
3636
compileOptions {
37-
sourceCompatibility JavaVersion.VERSION_17
38-
targetCompatibility JavaVersion.VERSION_17
37+
sourceCompatibility JavaVersion.VERSION_1_8
38+
targetCompatibility JavaVersion.VERSION_1_8
3939
}
4040
kotlinOptions {
41-
jvmTarget = '17'
41+
jvmTarget = '1.8'
4242
}
4343
buildFeatures {
4444
buildConfig = false

buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose/Versions.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 Versions {
4-
internal const val ANDROID_GRADLE_PLUGIN = "8.1.0"
4+
internal const val ANDROID_GRADLE_PLUGIN = "7.4.2"
55
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
66
internal const val KOTLIN = "1.9.0"
77

0 commit comments

Comments
 (0)