Skip to content

Commit

Permalink
Reduce restrictions on firebase versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zbarbuto committed Jul 5, 2024
1 parent b2505ea commit fb6ce77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ packages:
path: ".."
relative: true
source: path
version: "8.0.0"
version: "9.0.1"
matcher:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit fb6ce77

Please sign in to comment.