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

[google_sign_in] Publish federation #5238

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NEXT
## 5.3.0

* Moves Android and iOS implementations to federated packages.

Expand Down
12 changes: 3 additions & 9 deletions packages/google_sign_in/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android and iOS.
repository: https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 5.2.5
# Temporarily disable publishing to allow moving Android and iOS
# implementations.
publish_to: none
version: 5.3.0


environment:
Expand All @@ -26,11 +23,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
# Temporary path dependencies to allow moving Android and iOS implementations.
google_sign_in_android:
path: ../google_sign_in_android
google_sign_in_ios:
path: ../google_sign_in_ios
google_sign_in_android: ^5.2.5
google_sign_in_ios: ^5.2.5
google_sign_in_platform_interface: ^2.1.0
google_sign_in_web: ^0.10.0

Expand Down