Update Immich to 1.133.0 (198)

This commit is contained in:
F-Droid checkupdates bot 2025-05-22 03:52:56 +00:00 committed by Licaon_Kter
parent 147d7ce622
commit e6f7620d07

View file

@ -4127,8 +4127,57 @@ Builds:
- $$flutter$$/bin/flutter build apk --release
ndk: r25c
- versionName: 1.133.0
versionCode: 198
commit: 55adc136c8d3f81f63e904246d29e83f224ba304
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
- $$flutter$$/bin/dart run easy_localization:generate -S ../i18n
- cd $PUB_CACHE/hosted/pub.dev/geolocator_android-*/android
- sed -i -e '/gms/d' build.gradle
- cd src/main/java/com/baseflow/geolocator/location
- rm FusedLocationClient.java
- sed -i -e '/if (forceAndroidLocationManager) {/,/^ }/c return new LocationManagerClient(context,
locationOptions);}' -e '/isGooglePlayServicesAvailable/,/^ }/d' -e '/gms/d'
GeolocationManager.java
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: r25c
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.132.3
CurrentVersionCode: 197
CurrentVersion: 1.133.0
CurrentVersionCode: 198