From 6a10524eaa29617dc581c24cffa0284c0e374f34 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Thu, 3 Apr 2025 23:50:01 +0200 Subject: [PATCH] Changed receive_sharing_intent version --- pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 74202bb..a97b9a7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -879,11 +879,11 @@ packages: dependency: "direct main" description: path: "." - ref: master - resolved-ref: cacb2a2643632ed87bcd377558398b6a81d1b2b6 + ref: "1.8.3" + resolved-ref: "2e0b90606d78569f97d58981461180be9699b9e0" url: "https://github.com/JGeek00/receive_sharing_intent" source: git - version: "1.8.2" + version: "1.8.3" riverpod: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6a7b4fa..174029d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -66,7 +66,7 @@ dependencies: receive_sharing_intent: git: url: https://github.com/JGeek00/receive_sharing_intent - ref: master + ref: 1.8.3 dev_dependencies: build_runner: ^2.4.8