From 8d4a0dcc5a5d6db4a03bd4bc339e0cf7966a68ce Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 11 Jun 2024 11:12:06 +0000 Subject: [PATCH] immich - update recipe --- metadata/app.alextran.immich.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/metadata/app.alextran.immich.yml b/metadata/app.alextran.immich.yml index dec4870b3d..cd5657c624 100644 --- a/metadata/app.alextran.immich.yml +++ b/metadata/app.alextran.immich.yml @@ -2801,8 +2801,7 @@ Builds: - server - web prebuild: - - export flutterVersion=$(sed -n -E "s/.*flutter-version:\s'([0-9.]+)'/\1/p" - ../.github/workflows/build-mobile.yml) + - export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml) - '[[ $flutterVersion ]] || exit 1' - pushd $$flutter$$ - git checkout -f $flutterVersion @@ -2820,7 +2819,7 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - bash ./scripts/fdroid_build_isar.sh - $$flutter$$/bin/flutter build apk --release - ndk: r25c + ndk: 25.2.9519653 AutoUpdateMode: Version UpdateCheckMode: Tags