Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Set http version to be compatible with flutter_test (#810)
Browse files Browse the repository at this point in the history
* Set http version to be compatible with flutter_test
  • Loading branch information
bparrishMines authored and kroikie committed Oct 2, 2018
1 parent 557bb90 commit 894f2dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/firebase_performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.8

* Set http version to be compatible with flutter_test.

## 0.0.7

* Added missing http package dependency.
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_performance/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Demonstrates how to use the firebase_performance plugin.
author: Flutter Team <flutter-dev@googlegroups.com>

dependencies:
http: 0.11.3+17
http: ^0.12.0
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_performance/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description: Flutter plugin for Google Performance Monitoring for Firebase, an a
iOS.
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_performance
version: 0.0.7
version: 0.0.8

dependencies:
flutter:
sdk: flutter

dev_dependencies:
http: 0.11.3+17
http: ^0.12.0
flutter_test:
sdk: flutter

Expand Down

0 comments on commit 894f2dd

Please sign in to comment.