Update PhotoChiotte to 1.12 (13)

This commit is contained in:
F-Droid checkupdates bot 2021-05-18 04:43:35 +00:00
parent 593c0243ea
commit 70af329a86

View file

@ -67,7 +67,28 @@ Builds:
.
ndk: r21d
- versionName: '1.12'
versionCode: 13
commit: v1.12
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.11'
CurrentVersionCode: 12
CurrentVersion: '1.12'
CurrentVersionCode: 13