File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
2828dependencies {
29- implementation ' androidx.core:core:1.10.1 '
29+ implementation ' androidx.core:core:1.9.0 '
3030}
3131
3232afterEvaluate {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments