mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-03 16:51:32 +00:00
Increase java compat level to 11
This commit is contained in:
parent
b89c9833eb
commit
21b00edfcc
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_11
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_11
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue