Skip to content

Commit

Permalink
Workflow: Set java version to 17
Browse files Browse the repository at this point in the history
It will solve build failure with GitHub Actions
  • Loading branch information
apk-editor authored Dec 7, 2023
1 parent 1fae41a commit 336ff3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Change wrapper permissions
run: chmod +x ./gradlew
Expand Down

0 comments on commit 336ff3a

Please sign in to comment.