Skip to content

Commit 285dd92

Browse files
committed
fix
1 parent 6de9562 commit 285dd92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DebugBanner/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
}
1414

1515
compileOptions {
16-
sourceCompatibility JavaVersion.VERSION_17
17-
targetCompatibility JavaVersion.VERSION_17
16+
sourceCompatibility JavaVersion.VERSION_11
17+
targetCompatibility JavaVersion.VERSION_11
1818
}
1919

2020
buildTypes {
@@ -26,7 +26,7 @@ android {
2626
}
2727

2828
dependencies {
29-
implementation 'androidx.core:core:1.10.1'
29+
implementation 'androidx.core:core:1.9.0'
3030
}
3131

3232
afterEvaluate {

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
}
1616

1717
compileOptions {
18-
sourceCompatibility JavaVersion.VERSION_17
19-
targetCompatibility JavaVersion.VERSION_17
18+
sourceCompatibility JavaVersion.VERSION_11
19+
targetCompatibility JavaVersion.VERSION_11
2020
}
2121

2222
buildTypes {

0 commit comments

Comments
 (0)