update NDK r22b to r23b

This commit is contained in:
LaDaube PhotoChiotte 2022-04-25 02:39:57 +00:00 committed by linsui
parent 3b94c7fe3f
commit bb220de7c4

View file

@ -371,7 +371,29 @@ Builds:
.
ndk: r22b
- versionName: '1.26'
versionCode: 27
commit: v1.26
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y -t testing nasm
- pip3 install wheel
- pip3 install ninja
- pip3 install meson
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- flavorA
build:
- cd ..
- bash dlbuild.sh all
- cd app/src/main/cpp
- cmake -DANDROID_NATIVE_API_LEVEL=21 -DCMAKE_TOOLCHAIN_FILE=$$NDK$$/build/cmake/android.toolchain.cmake
.
ndk: r23b
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.25'
CurrentVersionCode: 26
CurrentVersion: '1.26'
CurrentVersionCode: 27