Skip to content

Commit 258148b

Browse files
committed
chore(ci): new minimum for all android versions is 21
1 parent d369c93 commit 258148b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/cmake-android

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ABI=${1:-"armeabi-v7a"}
1010
case $ABI in
1111
armeabi-v7a)
1212
TARGET=armv7a-linux-androideabi
13-
NDK_API=19
13+
NDK_API=21
1414
;;
1515
arm64-v8a)
1616
TARGET=aarch64-linux-android
1717
NDK_API=21
1818
;;
1919
x86)
2020
TARGET=i686-linux-android
21-
NDK_API=19
21+
NDK_API=21
2222
;;
2323
x86_64)
2424
TARGET=x86_64-linux-android

0 commit comments

Comments
 (0)