Skip to content

Commit

Permalink
chore(ci): new minimum for all android versions is 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Sep 17, 2024
1 parent d369c93 commit 258148b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/cmake-android
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ ABI=${1:-"armeabi-v7a"}
case $ABI in
armeabi-v7a)
TARGET=armv7a-linux-androideabi
NDK_API=19
NDK_API=21
;;
arm64-v8a)
TARGET=aarch64-linux-android
NDK_API=21
;;
x86)
TARGET=i686-linux-android
NDK_API=19
NDK_API=21
;;
x86_64)
TARGET=x86_64-linux-android
Expand Down

0 comments on commit 258148b

Please sign in to comment.