From 559576d1c92b423196e57ad0de0468b7593504e0 Mon Sep 17 00:00:00 2001 From: Maurice Parrish Date: Tue, 2 Oct 2018 16:20:14 -0700 Subject: [PATCH] Set http version to be compatible with flutter_test --- packages/firebase_storage/CHANGELOG.md | 1 + packages/firebase_storage/example/pubspec.yaml | 2 +- packages/firebase_storage/pubspec.yaml | 4 ++-- packages/google_sign_in/CHANGELOG.md | 4 ++++ packages/google_sign_in/example/pubspec.yaml | 2 +- packages/google_sign_in/pubspec.yaml | 4 ++-- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/packages/firebase_storage/CHANGELOG.md b/packages/firebase_storage/CHANGELOG.md index 8a654fe69490..f58a672fff13 100644 --- a/packages/firebase_storage/CHANGELOG.md +++ b/packages/firebase_storage/CHANGELOG.md @@ -2,6 +2,7 @@ * Added monitoring of StorageUploadTask via `events` stream. * Added support for StorageUploadTask functions: `pause`, `resume`, `cancel`. +* Set http version to be compatible with flutter_test. ## 1.0.2 diff --git a/packages/firebase_storage/example/pubspec.yaml b/packages/firebase_storage/example/pubspec.yaml index 55e0596c77f2..e27bc41af138 100755 --- a/packages/firebase_storage/example/pubspec.yaml +++ b/packages/firebase_storage/example/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: path: ../ firebase_core: "^0.2.3" uuid: "^1.0.0" - http: ^0.11.3 + http: ^0.12.0 flutter: uses-material-design: true diff --git a/packages/firebase_storage/pubspec.yaml b/packages/firebase_storage/pubspec.yaml index c5b4ec98b0f1..53a57af6c7b5 100755 --- a/packages/firebase_storage/pubspec.yaml +++ b/packages/firebase_storage/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Cloud Storage, a powerful, simple, and cost-effective object storage service for Android and iOS. author: Flutter Team homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_storage -version: 1.0.2 +version: 1.0.3 flutter: plugin: @@ -17,7 +17,7 @@ dependencies: firebase_core: ^0.2.3 dev_dependencies: - http: ^0.11.3 + http: ^0.12.0 flutter_test: sdk: flutter uuid: "^1.0.0" diff --git a/packages/google_sign_in/CHANGELOG.md b/packages/google_sign_in/CHANGELOG.md index b379dc52f647..68b4e99870c1 100644 --- a/packages/google_sign_in/CHANGELOG.md +++ b/packages/google_sign_in/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.1 + +* Set http version to be compatible with flutter_test. + ## 3.2.0 * Add support for clearing authentication cache for Android. diff --git a/packages/google_sign_in/example/pubspec.yaml b/packages/google_sign_in/example/pubspec.yaml index 950ca3437f53..a5b774d95a84 100755 --- a/packages/google_sign_in/example/pubspec.yaml +++ b/packages/google_sign_in/example/pubspec.yaml @@ -6,7 +6,7 @@ dependencies: sdk: flutter google_sign_in: path: ../ - http: ^0.11.3 + http: ^0.12.0 flutter: uses-material-design: true diff --git a/packages/google_sign_in/pubspec.yaml b/packages/google_sign_in/pubspec.yaml index d03918e963db..3107e122fb5d 100755 --- a/packages/google_sign_in/pubspec.yaml +++ b/packages/google_sign_in/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account on Android and iOS. author: Flutter Team homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in -version: 3.2.0 +version: 3.2.1 flutter: plugin: @@ -17,7 +17,7 @@ dependencies: meta: ^1.0.4 dev_dependencies: - http: ^0.11.3 + http: ^0.12.0 flutter_test: sdk: flutter