Update PhotoChiotte to 1.29 (30)

This commit is contained in:
F-Droid checkupdates bot 2022-07-29 04:23:16 +00:00
parent 1d9023a867
commit 388abc12f8

View file

@ -437,7 +437,29 @@ Builds:
.
ndk: r23b
- versionName: '1.29'
versionCode: 30
commit: 52c4650a98a890140491e5b780d0328ef157af9d
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: r23b
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.28'
CurrentVersionCode: 29
CurrentVersion: '1.29'
CurrentVersionCode: 30