From d736af333284723d2719678bd8b3b555d7d45ba3 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Thu, 4 Jun 2020 16:49:19 +0200 Subject: [PATCH] Trying fixing the build in the CI --- pubspec.lock | 4 ++-- pubspec.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 0227c76a..67f93a4f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -278,12 +278,12 @@ packages: source: hosted version: "0.3.2" flutter_plugin_android_lifecycle: - dependency: transitive + dependency: "direct main" description: name: flutter_plugin_android_lifecycle url: "https://pub.dartlang.org" source: hosted - version: "1.0.7" + version: "1.0.8" flutter_runtime_env: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 264b29c8..57499491 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -55,6 +55,7 @@ dependencies: easy_localization_loader: ^0.0.2 quick_actions: ^0.4.0+5 receive_sharing_intent: ^1.4.0+2 + flutter_plugin_android_lifecycle: ^1.0.8 # for fixing the build dev_dependencies: flutter_launcher_icons: "^0.7.2"