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 88env :
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
Original file line number Diff line number Diff line change 44env :
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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if (useCCache) {
2121}
2222
2323
24- def defaultNdkVersion = " 27.2.12479018 "
24+ def defaultNdkVersion = " 27.3.13750724 "
2525
2626def hasNdkVersion = project. hasProperty(" ndkVersion" )
2727if (hasNdkVersion) {
You can’t perform that action at this time.
0 commit comments