Set source and target compatibility to Java 17

For context, see https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/4735#issuecomment-4413866
This commit is contained in:
José Rebelo
2025-05-10 14:11:41 +01:00
parent 03e14edee4
commit 0bca7087bb
2 changed files with 2 additions and 10 deletions
-3
View File
@@ -23,6 +23,3 @@ android.enableJetifier=false
# FIXME: This optimizes away some classes it should not - see #3853
android.enableR8.fullMode=false
# disable Java 1.8 warning
android.javaCompile.suppressSourceTargetDeprecationWarning=true