Update PhotoChiotte to 1.18 (19)

This commit is contained in:
F-Droid checkupdates bot 2021-12-17 04:32:55 +00:00
parent 1a0cd3951f
commit 4b82e60425

View file

@ -195,7 +195,29 @@ Builds:
.
ndk: r22b
- versionName: '1.18'
versionCode: 19
commit: 005c31c43d682bcef9e945eb3045ddb7d3f432d9
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.17'
CurrentVersionCode: 18
CurrentVersion: '1.18'
CurrentVersionCode: 19