Skip to content

Commit

Permalink
Update NDKVersion to 27b
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Oct 2, 2024
1 parent 6dd88be commit ab53582
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r27
ndk-version: r27b

- name: Get Commit Message
id: commitMessage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r27
ndk-version: r27b

- name: Get Commit Message
id: commitMessage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployToGoogle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r27
ndk-version: r27b

- name: Setup JDK
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: nttld/setup-ndk@v1
with:
ndk-version: r27
ndk-version: r27b

- name: Setup JDK
uses: actions/setup-java@v4
Expand Down

0 comments on commit ab53582

Please sign in to comment.