Skip to content

Commit

Permalink
fix(ui_auth_google): bump google_sign_in version (#10531)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnitsky authored Feb 27, 2023
1 parent c20e83a commit 782850d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/firebase_ui_auth/example/macos/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :osx, '10.13'
platform :osx, '10.14'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXAggregateTarget section */
Expand Down Expand Up @@ -272,6 +272,7 @@
};
3399D490228B24CF009A79C7 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_ui_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
google_sign_in: ^5.4.2
google_sign_in: ^6.0.1
http: ^0.13.4
integration_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_ui_oauth_google/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
firebase_ui_oauth: ^1.1.14
flutter:
sdk: flutter
google_sign_in: ^5.4.4
google_sign_in: ^6.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 782850d

Please sign in to comment.