We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7760f10 + b3a232c commit c2edabeCopy full SHA for c2edabe
JcampConverter/JcampConverter/build.gradle
@@ -23,8 +23,8 @@ android {
23
}
24
25
compileOptions {
26
- sourceCompatibility JavaVersion.VERSION_1_8
27
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_1_9
+ targetCompatibility JavaVersion.VERSION_1_9
28
29
kotlinOptions {
30
jvmTarget = '1.8'
JcampConverter/app/build.gradle
@@ -24,8 +24,8 @@ android {
31
0 commit comments