Update PhotoChiotte to 1.30 (31)

This commit is contained in:
F-Droid checkupdates bot 2022-10-10 05:08:21 +00:00
parent b9798efe77
commit e309cd02e7

View file

@ -459,7 +459,29 @@ Builds:
.
ndk: r23c
- versionName: '1.30'
versionCode: 31
commit: b70c71ce3b8c6ea6459aba343eca33f2ad6bac1b
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: r23c
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.29'
CurrentVersionCode: 30
CurrentVersion: '1.30'
CurrentVersionCode: 31