We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643958b commit 3894959Copy full SHA for 3894959
3 files changed
.github/workflows/npm_release.yml
@@ -8,10 +8,10 @@ on:
8
env:
9
NPM_TAG: "next"
10
EMULATOR_NAME: "runtime-emu"
11
- NDK_VERSION: r21b
+ NDK_VERSION: r23c
12
ANDROID_API: 29
13
ANDROID_ABI: x86_64
14
- NDK_ARCH: darwin-x86_64
+ NDK_ARCH: darwin
15
16
jobs:
17
build:
.github/workflows/pull_request.yml
@@ -4,10 +4,10 @@ on:
4
5
NPM_TAG: "pr"
6
7
test-app/runtime/build.gradle
@@ -67,7 +67,7 @@ android {
67
if (hasNdkVersion) {
68
ndkVersion ndkVersion
69
} else {
70
- ndkVersion "21.1.6352462"
+ ndkVersion "23.2.8568313"
71
// ndkVersion "22.1.7171670"
72
}
73
0 commit comments