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 8
8
env :
9
9
NPM_TAG : " next"
10
10
EMULATOR_NAME : " runtime-emu"
11
- NDK_VERSION : r21b
11
+ NDK_VERSION : r23c
12
12
ANDROID_API : 29
13
13
ANDROID_ABI : x86_64
14
- NDK_ARCH : darwin-x86_64
14
+ NDK_ARCH : darwin
15
15
16
16
jobs :
17
17
build :
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 : r21b
7
+ NDK_VERSION : r23c
8
8
ANDROID_API : 29
9
9
ANDROID_ABI : x86_64
10
- NDK_ARCH : darwin-x86_64
10
+ NDK_ARCH : darwin
11
11
12
12
13
13
jobs :
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ android {
67
67
if (hasNdkVersion) {
68
68
ndkVersion ndkVersion
69
69
} else {
70
- ndkVersion " 21.1.6352462 "
70
+ ndkVersion " 23.2.8568313 "
71
71
// ndkVersion "22.1.7171670"
72
72
}
73
73
You can’t perform that action at this time.
0 commit comments