mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 15:23:25 +08:00
[d-g] Update Flutter SDK constraint (#3321)
Update Flutter SDK constraint to match templates.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 1.0.2
|
||||||
|
|
||||||
|
* Update Flutter SDK constraint.
|
||||||
|
|
||||||
## 1.0.1
|
## 1.0.1
|
||||||
|
|
||||||
* Update android compileSdkVersion to 29.
|
* Update android compileSdkVersion to 29.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
name: extension_google_sign_in_as_googleapis_auth
|
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.
|
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
|
homepage: https://github.com/flutter/plugins/google_sign_in/extension_google_sign_in_as_googleapis_auth
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -25,4 +25,4 @@ dev_dependencies:
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.7.0 <3.0.0"
|
sdk: ">=2.7.0 <3.0.0"
|
||||||
flutter: ">=1.12.13+hotfix.4 <2.0.0"
|
flutter: ">=1.12.13+hotfix.4"
|
||||||
|
Reference in New Issue
Block a user