File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android {
1515 }
1616
1717 compileOptions {
18- sourceCompatibility JavaVersion . VERSION_21
19- targetCompatibility JavaVersion . VERSION_21
18+ sourceCompatibility JavaVersion . VERSION_17
19+ targetCompatibility JavaVersion . VERSION_17
2020 }
2121
2222 publishing {
@@ -28,7 +28,7 @@ android {
2828
2929java {
3030 toolchain {
31- languageVersion = JavaLanguageVersion . of(21 )
31+ languageVersion = JavaLanguageVersion . of(17 )
3232 }
3333}
3434
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ android {
2121 }
2222
2323 compileOptions {
24- sourceCompatibility JavaVersion . VERSION_21
25- targetCompatibility JavaVersion . VERSION_21
24+ sourceCompatibility JavaVersion . VERSION_17
25+ targetCompatibility JavaVersion . VERSION_17
2626 }
2727}
2828
2929java {
3030 toolchain {
31- languageVersion = JavaLanguageVersion . of(21 )
31+ languageVersion = JavaLanguageVersion . of(17 )
3232 }
3333}
3434
You can’t perform that action at this time.
0 commit comments