Update PhotoChiotte to 1.11 (12)

This commit is contained in:
F-Droid checkupdates bot 2020-12-31 04:10:01 +00:00
parent ed7a25e11c
commit f73dc5620f

View file

@ -46,7 +46,28 @@ Builds:
.
ndk: r21d
- versionName: '1.11'
versionCode: 12
commit: v1.11
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y g++
- apt-get install -y -t testing nasm
- pip3 install wheel==0.35.1
- pip3 install ninja==1.10.0
- pip3 install meson==0.56.0
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: r21d
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.10'
CurrentVersionCode: 11
CurrentVersion: '1.11'
CurrentVersionCode: 12