Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce restrictions on firebase versions #36

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading