try ndk 25
This commit is contained in:
parent
5e5a98bb2a
commit
319c17617e
2 changed files with 4 additions and 4 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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.)
|
||||
|
|
Loading…
Reference in a new issue