File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ android {
2727 }
2828 }
2929 compileOptions {
30- sourceCompatibility JavaVersion . VERSION_1_8
31- targetCompatibility JavaVersion . VERSION_1_8
30+ sourceCompatibility JavaVersion . VERSION_17
31+ targetCompatibility JavaVersion . VERSION_17
3232 }
3333 kotlinOptions {
34- jvmTarget = ' 1.8 '
34+ jvmTarget = ' 17 '
3535 }
3636 buildFeatures {
3737 compose true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 }
55}
66plugins {
7- id ' com.android.application' version ' 8.0.0-rc01 ' apply false
8- id ' com.android.library' version ' 8.0.0-rc01 ' apply false
7+ id ' com.android.application' version ' 8.0.1 ' apply false
8+ id ' com.android.library' version ' 8.0.1 ' apply false
99 id ' org.jetbrains.kotlin.android' version ' 1.8.21' apply false
1010}
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_17
26+ targetCompatibility JavaVersion . VERSION_17
2727 }
2828 kotlinOptions {
29- jvmTarget = ' 1.8 '
29+ jvmTarget = ' 17 '
3030 }
3131 buildFeatures {
3232 compose true
You can’t perform that action at this time.
0 commit comments