Skip to content

Commit 11fcf08

Browse files
author
Magnus Woxblom
committed
Set java 11 as compile version
1 parent bbdc2fa commit 11fcf08

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

sample/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ android {
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1818
}
1919
}
20+
compileOptions {
21+
sourceCompatibility JavaVersion.VERSION_11
22+
targetCompatibility JavaVersion.VERSION_11
23+
}
2024
}
2125

2226
dependencies {

syncmanager/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ android {
1919
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2020
}
2121
}
22+
compileOptions {
23+
sourceCompatibility JavaVersion.VERSION_11
24+
targetCompatibility JavaVersion.VERSION_11
25+
}
2226
}
2327

2428
dependencies {

0 commit comments

Comments
 (0)