Skip to content

Commit 60abdf0

Browse files
authored
Update JDK to Java 17 for Android Gradle plugin compatibility
1 parent cd988cf commit 60abdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: '11'
22+
java-version: '17'
2323
distribution: 'temurin'
2424

2525
- name: Cache Gradle dependencies

0 commit comments

Comments
 (0)