Skip to content

Commit 40f42ec

Browse files
committed
Revert agp 8.1.0 to 7.4.2
1 parent 2018bad commit 40f42ec

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.holix.android.bottomsheetdialog.compose
22

33
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"
66
internal const val KOTLIN = "1.9.0"
77

88
internal const val MATERIAL = "1.9.0"

0 commit comments

Comments
 (0)