Skip to content

Commit 20885f5

Browse files
committed
bump: outdated java version
our CI started failing because of 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 which might be because of an outdated java version
1 parent a87190d commit 20885f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-fastlane.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/setup-java@v3
9393
with:
9494
distribution: "temurin"
95-
java-version: "11.x"
95+
java-version: "21.x"
9696
cache: "gradle"
9797

9898
- name: Install fastlane

0 commit comments

Comments
 (0)