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

Commit bddf436

Browse files
committed
Remove overrides for google_sign_in_platform_interface
1 parent d3d052b commit bddf436

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

packages/google_sign_in/google_sign_in/pubspec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,5 @@ dependency_overrides:
5353
path: ../../google_sign_in/google_sign_in_android
5454
google_sign_in_ios:
5555
path: ../../google_sign_in/google_sign_in_ios
56-
google_sign_in_platform_interface:
57-
path: ../../google_sign_in/google_sign_in_platform_interface
5856
google_sign_in_web:
5957
path: ../../google_sign_in/google_sign_in_web

packages/google_sign_in/google_sign_in_android/pubspec.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,3 @@ dev_dependencies:
3434
false_secrets:
3535
- /example/android/app/google-services.json
3636
- /example/lib/main.dart
37-
38-
# FOR TESTING ONLY. DO NOT MERGE.
39-
dependency_overrides:
40-
google_sign_in_platform_interface:
41-
path: ../../google_sign_in/google_sign_in_platform_interface

packages/google_sign_in/google_sign_in_ios/pubspec.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,3 @@ false_secrets:
3434
- /example/ios/Runner/GoogleService-Info.plist
3535
- /example/ios/RunnerTests/GoogleSignInTests.m
3636
- /example/lib/main.dart
37-
38-
# FOR TESTING ONLY. DO NOT MERGE.
39-
dependency_overrides:
40-
google_sign_in_platform_interface:
41-
path: ../../google_sign_in/google_sign_in_platform_interface

packages/google_sign_in/google_sign_in_web/pubspec.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ dependencies:
2828
dev_dependencies:
2929
flutter_test:
3030
sdk: flutter
31-
32-
# FOR TESTING ONLY. DO NOT MERGE.
33-
dependency_overrides:
34-
google_sign_in_platform_interface:
35-
path: ../../google_sign_in/google_sign_in_platform_interface

0 commit comments

Comments
 (0)