grote / Transportr

Free Public Transport Assistant without Ads or Tracking
https://transportr.app
GNU General Public License v3.0
1.02k stars 185 forks source link

Fix CI #945

Open Altonss opened 2 months ago

Altonss commented 2 months ago

Had to update the java-version to fix this error in CI:

  Error: LinkageError occurred while loading main class com.android.sdklib.tool.sdkmanager.SdkManagerCli
    java.lang.UnsupportedClassVersionError: com/android/sdklib/tool/sdkmanager/SdkManagerCli has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

This needed a macos version change, see here: https://github.com/ReactiveCircus/android-emulator-runner/issues/392#issuecomment-2106167725