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 {
27
27
}
28
28
}
29
29
compileOptions {
30
- sourceCompatibility JavaVersion . VERSION_1_8
31
- targetCompatibility JavaVersion . VERSION_1_8
30
+ sourceCompatibility JavaVersion . VERSION_17
31
+ targetCompatibility JavaVersion . VERSION_17
32
32
}
33
33
kotlinOptions {
34
- jvmTarget = ' 1.8 '
34
+ jvmTarget = ' 17 '
35
35
}
36
36
buildFeatures {
37
37
compose true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
}
5
5
}
6
6
plugins {
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
9
9
id ' org.jetbrains.kotlin.android' version ' 1.8.21' apply false
10
10
}
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ android {
22
22
}
23
23
}
24
24
compileOptions {
25
- sourceCompatibility JavaVersion . VERSION_1_8
26
- targetCompatibility JavaVersion . VERSION_1_8
25
+ sourceCompatibility JavaVersion . VERSION_17
26
+ targetCompatibility JavaVersion . VERSION_17
27
27
}
28
28
kotlinOptions {
29
- jvmTarget = ' 1.8 '
29
+ jvmTarget = ' 17 '
30
30
}
31
31
buildFeatures {
32
32
compose true
You can’t perform that action at this time.
0 commit comments