mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
PR #4735 inadvertently turned Android's targetCompatibility into Java's targetCompatibility thereby rendering it ineffective for Android. As a result Android used the toolchain version (17) instead of targetCompatibility 1.8 to create *.class files. See also: https://developer.android.com/build/jdks