File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
packages/google_sign_in/google_sign_in Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616 # The example app is bundled with the plugin so we use a path dependency on
1717 # the parent directory to use the current plugin's version.
1818 path : ../
19- google_sign_in_web : ^1.0 .0
19+ google_sign_in_web : ^1.1 .0
2020 http : " >=0.13.0 <2.0.0"
2121
2222dev_dependencies :
@@ -28,9 +28,3 @@ dev_dependencies:
2828
2929flutter :
3030 uses-material-design : true
31- # FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
32- # See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
33- dependency_overrides :
34- google_sign_in_android : {path: ../../../../packages/google_sign_in/google_sign_in_android}
35- google_sign_in_ios : {path: ../../../../packages/google_sign_in/google_sign_in_ios}
36- google_sign_in_web : {path: ../../../../packages/google_sign_in/google_sign_in_web}
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ flutter:
2424dependencies :
2525 flutter :
2626 sdk : flutter
27- google_sign_in_android : ^7.0 .0
28- google_sign_in_ios : ^6.0 .0
27+ google_sign_in_android : ^7.1 .0
28+ google_sign_in_ios : ^6.2 .0
2929 google_sign_in_platform_interface : ^3.1.0
30- google_sign_in_web : ^1.0 .0
30+ google_sign_in_web : ^1.1 .0
3131
3232dev_dependencies :
3333 build_runner : ^2.1.10
@@ -48,9 +48,3 @@ false_secrets:
4848 - /example/ios/RunnerTests/GoogleService-Info.plist
4949 - /example/ios/RunnerTests/GoogleSignInTests.m
5050 - /example/macos/Runner/Info.plist
51- # FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
52- # See https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changing-federated-plugins
53- dependency_overrides :
54- google_sign_in_android : {path: ../../../packages/google_sign_in/google_sign_in_android}
55- google_sign_in_ios : {path: ../../../packages/google_sign_in/google_sign_in_ios}
56- google_sign_in_web : {path: ../../../packages/google_sign_in/google_sign_in_web}
You can’t perform that action at this time.
0 commit comments