Skip to content

Commit c2edabe

Browse files
Merge pull request #18 from baolanlequang/development
update support java version
2 parents 7760f10 + b3a232c commit c2edabe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

JcampConverter/JcampConverter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
}
2424
}
2525
compileOptions {
26-
sourceCompatibility JavaVersion.VERSION_1_8
27-
targetCompatibility JavaVersion.VERSION_1_8
26+
sourceCompatibility JavaVersion.VERSION_1_9
27+
targetCompatibility JavaVersion.VERSION_1_9
2828
}
2929
kotlinOptions {
3030
jvmTarget = '1.8'

JcampConverter/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
}
2525
}
2626
compileOptions {
27-
sourceCompatibility JavaVersion.VERSION_1_8
28-
targetCompatibility JavaVersion.VERSION_1_8
27+
sourceCompatibility JavaVersion.VERSION_1_9
28+
targetCompatibility JavaVersion.VERSION_1_9
2929
}
3030
kotlinOptions {
3131
jvmTarget = '1.8'

0 commit comments

Comments
 (0)