File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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 : r21b
11+ NDK_VERSION : r23c
1212 ANDROID_API : 29
1313 ANDROID_ABI : x86_64
14- NDK_ARCH : darwin-x86_64
14+ NDK_ARCH : darwin
1515
1616jobs :
1717 build :
Original file line number Diff line number Diff line change 44env :
55 NPM_TAG : " pr"
66 EMULATOR_NAME : " runtime-emu"
7- NDK_VERSION : r21b
7+ NDK_VERSION : r23c
88 ANDROID_API : 29
99 ANDROID_ABI : x86_64
10- NDK_ARCH : darwin-x86_64
10+ NDK_ARCH : darwin
1111
1212
1313jobs :
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ android {
6767 if (hasNdkVersion) {
6868 ndkVersion ndkVersion
6969 } else {
70- ndkVersion " 21.1.6352462 "
70+ ndkVersion " 23.2.8568313 "
7171 // ndkVersion "22.1.7171670"
7272 }
7373
You can’t perform that action at this time.
0 commit comments