Update PhotoChiotte to 1.41 (42)

This commit is contained in:
F-Droid checkupdates bot 2023-07-26 14:57:16 +00:00
parent fe7cecd307
commit 94667e212f

View file

@ -675,7 +675,28 @@ Builds:
.
ndk: r25c
- versionName: '1.41'
versionCode: 42
commit: 06851aed5b0b8c8bc368f6ca4ea9f22979d86149
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
- apt-get install -y meson ninja-build -t bullseye-backports
- apt-get install -y autoconf automake libtool make nasm pkg-config autopoint
cmake
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: r25c
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.40'
CurrentVersionCode: 41
CurrentVersion: '1.41'
CurrentVersionCode: 42