try ndk 25

This commit is contained in:
zeppi 2022-12-02 21:36:30 -05:00
parent 5e5a98bb2a
commit 319c17617e
2 changed files with 4 additions and 4 deletions

View file

@ -20,8 +20,8 @@ jobs:
echo "NEXUS_SIGNING_KEYRING_FILE=$GITHUB_WORKSPACE/signing2.pgp" >> $GITHUB_ENV
echo "BUILD_VERSION=${B_VERSION}" >> $GITHUB_ENV
export PATH=/usr/bin:$PATH
wget -q 'https://dl.google.com/android/repository/android-ndk-r23c-linux.zip' -P ~/.buildozer/android/
unzip ~/.buildozer/android/android-ndk-r23c-linux.zip -d ~/.buildozer/android/
wget -q 'https://dl.google.com/android/repository/android-ndk-r25b-linux.zip' -P ~/.buildozer/android/
unzip ~/.buildozer/android/android-ndk-r25b-linux.zip -d ~/.buildozer/android/
mv buildozer.spec.arm64.ci buildozer.spec
chmod u+x ./build-release.sh
- name: build release

View file

@ -101,14 +101,14 @@ android.minapi = 21
android.sdk = 23
# (str) Android NDK version to use
android.ndk = 23c
android.ndk = 25b
# (bool) Use --private data storage (True) or --dir public storage (False)
#android.private_storage = True
# (str) Android NDK directory (if empty, it will be automatically downloaded.)
# android.ndk_path = ~/.buildozer/android/crystax-ndk-10.3.2
android.ndk_path = ~/.buildozer/android/android-ndk-r23c
android.ndk_path = ~/.buildozer/android/android-ndk-r25b
# (str) Android SDK directory (if empty, it will be automatically downloaded.)