Update PhotoChiotte to 1.24 (25)

This commit is contained in:
F-Droid checkupdates bot 2022-04-12 04:48:05 +00:00
parent 0a048fff43
commit ce79253b60

View file

@ -327,7 +327,29 @@ Builds:
.
ndk: r22b
- versionName: '1.24'
versionCode: 25
commit: 6c3701f1dc9e4446b9f62e64a93609ab4a577d69
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.23'
CurrentVersionCode: 24
CurrentVersion: '1.24'
CurrentVersionCode: 25