1
0
Fork 0
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:
Simon Frei 2022-11-27 16:31:05 +01:00
parent b89c9833eb
commit 21b00edfcc
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -72,8 +72,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
}