Update Immich to 1.122.2 (170)

This commit is contained in:
F-Droid checkupdates bot 2024-12-09 03:58:02 +00:00 committed by Licaon_Kter
parent 7ee5b07a62
commit 0aa9624398

View file

@ -3386,8 +3386,49 @@ Builds:
- $$flutter$$/bin/flutter build apk --release
ndk: 25.2.9519653
- versionName: 1.122.2
versionCode: 170
commit: 03eb5903fe590532346f87a6cfbc62730911088e
subdir: mobile
submodules: true
sudo:
- apt-get update
- apt-get install -y gcc-multilib libc-dev make
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
- rustup@1.25.2
rm:
- design
- docker
- machine-learning
- mobile/ios
- server
- web
prebuild:
- cp .isar-cargo.lock .isar/Cargo.lock
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml)
- '[[ $flutterVersion ]] || exit 1'
- pushd $$flutter$$
- git checkout -f $flutterVersion
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- sed -i -e "s/^\#f//" pubspec.yaml
- sed -i -e 's/^\/\/f //' android/app/build.gradle
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- mobile/.pub-cache
build:
- $$rustup$$/rustup-init.sh -y
- source $HOME/.cargo/env
- export PUB_CACHE=$(pwd)/.pub-cache
- bash ./scripts/fdroid_build_isar.sh
- $$flutter$$/bin/flutter build apk --release
ndk: 25.2.9519653
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.122.0
CurrentVersionCode: 169
CurrentVersion: 1.122.2
CurrentVersionCode: 170