From fb6ce778c46e32e2b4e9ce6763de44317610830c Mon Sep 17 00:00:00 2001 From: Zak Barbuto Date: Fri, 5 Jul 2024 11:18:17 +0930 Subject: [PATCH] Reduce restrictions on firebase versions --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a07e93f..4a7df28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # manUp +## [9.0.1] + +- Relax version requirements for firebase + ## [9.0.0] - Support `package_info_plus` up to version 10 (relax version requirements) diff --git a/example/pubspec.lock b/example/pubspec.lock index 8ebfec3..0947d57 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -230,7 +230,7 @@ packages: path: ".." relative: true source: path - version: "8.0.0" + version: "9.0.1" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 95df748..3936e1a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: manup description: Mandatory update for Flutter Apps that prompts or forces app update by querying a hosted JSON file. -version: 9.0.0 +version: 9.0.1 homepage: https://github.com/NextFaze/flutter_manup environment: @@ -15,8 +15,8 @@ dependencies: meta: ^1.8.0 url_launcher: ^6.1.6 path_provider: ^2.0.11 - firebase_remote_config: ^4.3.8 - firebase_analytics: ^10.8.0 + firebase_remote_config: '>=4.3.8 <=6.0.0' + firebase_analytics: '>=10.0.0 <=12.0.0' dev_dependencies: flutter_test: