Skip to content

Commit 500712b

Browse files
committed
update java version
1 parent b3a232c commit 500712b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

JcampConverter/JcampConverter/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3434
dependencies {
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'

JcampConverter/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)