Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
NPM_TAG: "next"
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r27
NDK_VERSION: r27d
ANDROID_API: 33
ANDROID_ABI: x86_64
NDK_ARCH: darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
env:
NPM_TAG: "pr"
EMULATOR_NAME: "runtime-emu"
NDK_VERSION: r27
NDK_VERSION: r27d
ANDROID_API: 33
ANDROID_ABI: x86_64
NDK_ARCH: darwin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"v8": "10.3.22.0",
"gradle": "8.14.3",
"gradleAndroid": "8.12.1",
"ndk": "r27",
"ndk": "r27d",
"ndkApiLevel": "21",
"minSdk": "21",
"compileSdk": "35",
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 @@ -21,7 +21,7 @@ if (useCCache) {
}


def defaultNdkVersion = "27.2.12479018"
def defaultNdkVersion = "27.3.13750724"

def hasNdkVersion = project.hasProperty("ndkVersion")
if (hasNdkVersion) {
Expand Down
Loading