File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ android {
2323 }
2424 }
2525 compileOptions {
26- sourceCompatibility JavaVersion . VERSION_1_9
27- targetCompatibility JavaVersion . VERSION_1_9
26+ sourceCompatibility JavaVersion . VERSION_17
27+ targetCompatibility JavaVersion . VERSION_17
2828 }
2929 kotlinOptions {
30- jvmTarget = ' 1.8 '
30+ jvmTarget = ' 17 '
3131 }
3232}
3333
3434dependencies {
3535
36- implementation ' androidx.core:core-ktx:1.8.0 '
36+ implementation ' androidx.core:core-ktx:1.10.1 '
3737 implementation ' androidx.appcompat:appcompat:1.6.1'
3838 implementation ' com.google.android.material:material:1.9.0'
3939 testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ android {
2424 }
2525 }
2626 compileOptions {
27- sourceCompatibility JavaVersion . VERSION_1_9
28- targetCompatibility JavaVersion . VERSION_1_9
27+ sourceCompatibility JavaVersion . VERSION_17
28+ targetCompatibility JavaVersion . VERSION_17
2929 }
3030 kotlinOptions {
31- jvmTarget = ' 1.8 '
31+ jvmTarget = ' 17 '
3232 }
3333}
3434
You can’t perform that action at this time.
0 commit comments