Update PhotoChiotte to 1.19 (20)

This commit is contained in:
F-Droid checkupdates bot 2022-02-06 04:23:06 +00:00
parent 202e953b47
commit c807db3ef6

View file

@ -217,7 +217,29 @@ Builds:
.
ndk: r22b
- versionName: '1.19'
versionCode: 20
commit: f25fde6bb4cf090cfc55dcd40a559b40133a926d
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.18'
CurrentVersionCode: 19
CurrentVersion: '1.19'
CurrentVersionCode: 20