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

Commit ffd22e8

Browse files
committed
Add tmp overrides for google_sign_in/example
1 parent b9134b1 commit ffd22e8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/google_sign_in/google_sign_in/example/pubspec.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,14 @@ dev_dependencies:
2727

2828
flutter:
2929
uses-material-design: true
30+
31+
# FOR TESTING ONLY. DO NOT MERGE.
32+
dependency_overrides:
33+
google_sign_in_android:
34+
path: ../../../google_sign_in/google_sign_in_android
35+
google_sign_in_ios:
36+
path: ../../../google_sign_in/google_sign_in_ios
37+
google_sign_in_platform_interface:
38+
path: ../../../google_sign_in/google_sign_in_platform_interface
39+
google_sign_in_web:
40+
path: ../../../google_sign_in/google_sign_in_web

0 commit comments

Comments
 (0)