File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ android {
2222 }
2323 }
2424 compileOptions {
25- sourceCompatibility JavaVersion . VERSION_1_8
26- targetCompatibility JavaVersion . VERSION_1_8
25+ sourceCompatibility JavaVersion . VERSION_11
26+ targetCompatibility JavaVersion . VERSION_11
2727 }
2828 kotlinOptions {
29- jvmTarget = ' 1.8 '
29+ jvmTarget = ' 11 '
3030 }
3131}
3232
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ android {
2323 }
2424 }
2525 compileOptions {
26- sourceCompatibility JavaVersion . VERSION_1_8
27- targetCompatibility JavaVersion . VERSION_1_8
26+ sourceCompatibility JavaVersion . VERSION_11
27+ targetCompatibility JavaVersion . VERSION_11
2828 }
2929 kotlinOptions {
30- jvmTarget = ' 1.8 '
30+ jvmTarget = ' 11 '
3131 }
3232}
3333
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ android {
2424 }
2525 }
2626 compileOptions {
27- sourceCompatibility JavaVersion . VERSION_1_8
28- targetCompatibility JavaVersion . VERSION_1_8
27+ sourceCompatibility JavaVersion . VERSION_11
28+ targetCompatibility JavaVersion . VERSION_11
2929 }
3030 kotlinOptions {
31- jvmTarget = ' 1.8 '
31+ jvmTarget = ' 11 '
3232 }
3333}
3434
You can’t perform that action at this time.
0 commit comments