Skip to content

Commit a13ab05

Browse files
committed
Looks like we should be using Java 17 to build for android 15 sdk
1 parent b8e5036 commit a13ab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up JDK
1212
uses: actions/setup-java@v5
1313
with:
14-
java-version: "21"
14+
java-version: "17"
1515
distribution: temurin
1616
cache: gradle
1717

0 commit comments

Comments
 (0)