Update PhotoChiotte to 1.22 (23)

This commit is contained in:
F-Droid checkupdates bot 2022-03-10 04:41:12 +00:00
parent c1c429912a
commit 06dc08e38d

View file

@ -283,7 +283,29 @@ Builds:
.
ndk: r22b
- versionName: '1.22'
versionCode: 23
commit: cac75e65d1750add5db1ca620b2d994340b28662
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: r22b
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.21'
CurrentVersionCode: 22
CurrentVersion: '1.22'
CurrentVersionCode: 23