build: update NDK to r27

If we are dropping Android 4 support anyway,
can as well upgrade to the current LTS NDK
which requires API level 21 (Android 5.0).
This commit is contained in:
link2xt
2024-08-12 22:18:42 +00:00
committed by l
parent 9f8fe08c75
commit 350cd0539c
7 changed files with 32 additions and 117 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r23c
ndk-version: r27
- name: Compile core
env: