Skip to content

Commit 0387a8d

Browse files
authored
feat: update NDK to latest LTS (r27d) (#1846)
1 parent 87f7f9c commit 0387a8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
NPM_TAG: "next"
1010
EMULATOR_NAME: "runtime-emu"
11-
NDK_VERSION: r27
11+
NDK_VERSION: r27d
1212
ANDROID_API: 33
1313
ANDROID_ABI: x86_64
1414
NDK_ARCH: darwin

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
env:
55
NPM_TAG: "pr"
66
EMULATOR_NAME: "runtime-emu"
7-
NDK_VERSION: r27
7+
NDK_VERSION: r27d
88
ANDROID_API: 33
99
ANDROID_ABI: x86_64
1010
NDK_ARCH: darwin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"v8": "10.3.22.0",
1414
"gradle": "8.14.3",
1515
"gradleAndroid": "8.12.1",
16-
"ndk": "r27",
16+
"ndk": "r27d",
1717
"ndkApiLevel": "21",
1818
"minSdk": "21",
1919
"compileSdk": "35",

test-app/runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (useCCache) {
2121
}
2222

2323

24-
def defaultNdkVersion = "27.2.12479018"
24+
def defaultNdkVersion = "27.3.13750724"
2525

2626
def hasNdkVersion = project.hasProperty("ndkVersion")
2727
if (hasNdkVersion) {

0 commit comments

Comments
 (0)