From 94ccd74e121e51263a37d884a08a89f6c80b534b Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 6 Oct 2020 00:11:30 +0200 Subject: [PATCH] Upgrade flutter_sentry Hopefully this will fix the app crashing in some devices on the Google Play Store's automated tests. --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index dee97a3b..ac0dc83f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -367,7 +367,7 @@ packages: name: flutter_sentry url: "https://pub.dartlang.org" source: hosted - version: "0.4.2" + version: "0.4.4" flutter_staggered_grid_view: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 4541e370..b583eb1f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,7 @@ dependencies: steel_crypt: ^1.7.1+1 font_awesome_flutter: ^8.7.0 sentry: ">=3.0.0 <4.0.0" - flutter_sentry: ^0.4.2 + flutter_sentry: ^0.4.4 equatable: ^1.1.0 cached_network_image: ^2.2.0+1 ssh_key: ^0.5.1