diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 9f4da2a86..ffc4384f9 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -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: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a2c844c83..c7056bcab 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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: diff --git a/test-app/runtime/build.gradle b/test-app/runtime/build.gradle index e92b16055..f336cb1e7 100644 --- a/test-app/runtime/build.gradle +++ b/test-app/runtime/build.gradle @@ -67,7 +67,7 @@ android { if (hasNdkVersion) { ndkVersion ndkVersion } else { - ndkVersion "21.1.6352462" + ndkVersion "23.2.8568313" // ndkVersion "22.1.7171670" }