Skip to content

Commit

Permalink
fix: Update Java/NDK version in Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leblow committed Feb 28, 2024
1 parent dd45cef commit 033dc95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mobile-deploy-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 17

- name: "Set up NDK"
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r21e
ndk-version: r25b
add-to-path: false

- name: "Setup environment"
Expand All @@ -42,7 +42,7 @@ jobs:

- name: "Create gradle configuration directory"
run: mkdir -p $HOME/.gradle

- name: "Prepare ndk configuration"
run: |
printf "\
Expand Down

0 comments on commit 033dc95

Please sign in to comment.