File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
env :
9
9
NPM_TAG : " next"
10
10
EMULATOR_NAME : " runtime-emu"
11
- NDK_VERSION : r27
11
+ NDK_VERSION : r27d
12
12
ANDROID_API : 33
13
13
ANDROID_ABI : x86_64
14
14
NDK_ARCH : darwin
Original file line number Diff line number Diff line change 4
4
env :
5
5
NPM_TAG : " pr"
6
6
EMULATOR_NAME : " runtime-emu"
7
- NDK_VERSION : r27
7
+ NDK_VERSION : r27d
8
8
ANDROID_API : 33
9
9
ANDROID_ABI : x86_64
10
10
NDK_ARCH : darwin
Original file line number Diff line number Diff line change 13
13
"v8" : " 10.3.22.0" ,
14
14
"gradle" : " 8.14.3" ,
15
15
"gradleAndroid" : " 8.12.1" ,
16
- "ndk" : " r27 " ,
16
+ "ndk" : " r27d " ,
17
17
"ndkApiLevel" : " 21" ,
18
18
"minSdk" : " 21" ,
19
19
"compileSdk" : " 35" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if (useCCache) {
21
21
}
22
22
23
23
24
- def defaultNdkVersion = " 27.2.12479018 "
24
+ def defaultNdkVersion = " 27.3.13750724 "
25
25
26
26
def hasNdkVersion = project. hasProperty(" ndkVersion" )
27
27
if (hasNdkVersion) {
You can’t perform that action at this time.
0 commit comments