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

Commit 0b7e457

Browse files
[google_sign_in] Publish federation (#5238)
1 parent 818fed9 commit 0b7e457

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## NEXT
1+
## 5.3.0
22

33
* Moves Android and iOS implementations to federated packages.
44

packages/google_sign_in/google_sign_in/pubspec.yaml

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

118

129
environment:
@@ -26,11 +23,8 @@ flutter:
2623
dependencies:
2724
flutter:
2825
sdk: flutter
29-
# Temporary path dependencies to allow moving Android and iOS implementations.
30-
google_sign_in_android:
31-
path: ../google_sign_in_android
32-
google_sign_in_ios:
33-
path: ../google_sign_in_ios
26+
google_sign_in_android: ^5.2.5
27+
google_sign_in_ios: ^5.2.5
3428
google_sign_in_platform_interface: ^2.1.0
3529
google_sign_in_web: ^0.10.0
3630

0 commit comments

Comments
 (0)