Skip to content

Commit

Permalink
feat: bump ndk to r23c (#1803)
Browse files Browse the repository at this point in the history
* chore: bump ndk version

* chore: bump workflow ndk

* fix: ndk download path

* fix: ndk zip name

* fix: replace hardcoded arch
  • Loading branch information
triniwiz authored Jan 27, 2024
1 parent 643958b commit 3894959
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
env:
NPM_TAG: "next"
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r21b
NDK_VERSION: r23c
ANDROID_API: 29
ANDROID_ABI: x86_64
NDK_ARCH: darwin-x86_64
NDK_ARCH: darwin

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
env:
NPM_TAG: "pr"
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r21b
NDK_VERSION: r23c
ANDROID_API: 29
ANDROID_ABI: x86_64
NDK_ARCH: darwin-x86_64
NDK_ARCH: darwin


jobs:
Expand Down
2 changes: 1 addition & 1 deletion test-app/runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ android {
if (hasNdkVersion) {
ndkVersion ndkVersion
} else {
ndkVersion "21.1.6352462"
ndkVersion "23.2.8568313"
// ndkVersion "22.1.7171670"
}

Expand Down

0 comments on commit 3894959

Please sign in to comment.