[d-g] Update Flutter SDK constraint (#3321)

Update Flutter SDK constraint to match templates.
This commit is contained in:
Michael Thomsen
2020-12-12 00:46:35 +01:00
committed by GitHub
parent 878c10acf9
commit 820b18678b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.0.2
* Update Flutter SDK constraint.
## 1.0.1
* Update android compileSdkVersion to 29.

View File

@ -6,7 +6,7 @@
name: extension_google_sign_in_as_googleapis_auth
description: A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
version: 1.0.1
version: 1.0.2
homepage: https://github.com/flutter/plugins/google_sign_in/extension_google_sign_in_as_googleapis_auth
dependencies:
@ -25,4 +25,4 @@ dev_dependencies:
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
flutter: ">=1.12.13+hotfix.4"