From beb31cebed341203aa9125e01fd0706b9bfca5ce Mon Sep 17 00:00:00 2001 From: Mert <101130780+mertalev@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:20:56 -0500 Subject: [PATCH] fix(mobile): don't crash android app when video player throws exception (#15236) update commit ref --- mobile/pubspec.lock | 4 ++-- mobile/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/pubspec.lock b/mobile/pubspec.lock index 34eb217828..80b691baa0 100644 --- a/mobile/pubspec.lock +++ b/mobile/pubspec.lock @@ -1012,8 +1012,8 @@ packages: dependency: "direct main" description: path: "." - ref: ac78487 - resolved-ref: ac78487b9a87c9e72cd15b428270a905ac551f29 + ref: "4530808" + resolved-ref: "4530808a6d04c9992de184c423c9e87fbf6a53eb" url: "https://github.com/immich-app/native_video_player" source: git version: "1.3.1" diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index c69290b299..12433e0bfc 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -65,7 +65,7 @@ dependencies: native_video_player: git: url: https://github.com/immich-app/native_video_player - ref: ac78487 + ref: '4530808' #image editing packages crop_image: ^1.0.13