Skip to content

Commit 18e9071

Browse files
committed
Update sync manager java version
1 parent f559531 commit 18e9071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sync_manager/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
}
3737

3838
compileOptions {
39-
sourceCompatibility JavaVersion.VERSION_1_8
40-
targetCompatibility JavaVersion.VERSION_1_8
39+
sourceCompatibility JavaVersion.VERSION_17
40+
targetCompatibility JavaVersion.VERSION_17
4141
}
4242
kotlinOptions {
4343
jvmTarget = '1.8'

0 commit comments

Comments
 (0)