Skip to content

Commit 3894959

Browse files
authored
feat: bump ndk to r23c (#1803)
* chore: bump ndk version * chore: bump workflow ndk * fix: ndk download path * fix: ndk zip name * fix: replace hardcoded arch
1 parent 643958b commit 3894959

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/npm_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
env:
99
NPM_TAG: "next"
1010
EMULATOR_NAME: "runtime-emu"
11-
NDK_VERSION: r21b
11+
NDK_VERSION: r23c
1212
ANDROID_API: 29
1313
ANDROID_ABI: x86_64
14-
NDK_ARCH: darwin-x86_64
14+
NDK_ARCH: darwin
1515

1616
jobs:
1717
build:

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
env:
55
NPM_TAG: "pr"
66
EMULATOR_NAME: "runtime-emu"
7-
NDK_VERSION: r21b
7+
NDK_VERSION: r23c
88
ANDROID_API: 29
99
ANDROID_ABI: x86_64
10-
NDK_ARCH: darwin-x86_64
10+
NDK_ARCH: darwin
1111

1212

1313
jobs:

test-app/runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767
if (hasNdkVersion) {
6868
ndkVersion ndkVersion
6969
} else {
70-
ndkVersion "21.1.6352462"
70+
ndkVersion "23.2.8568313"
7171
// ndkVersion "22.1.7171670"
7272
}
7373

0 commit comments

Comments
 (0)