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

Commit d30a049

Browse files
figureConanened
authored andcommitted
[google_sign_in]Update google_sign_in_example name in pubspec.yaml (#2335)
* Update google_sign_in_example name in pubspec.yaml to match other plugins
1 parent b0ddb8e commit d30a049

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.3
2+
3+
* Make plugin example meet naming convention.
4+
15
## 4.1.2
26

37
* Added a new error code `network_error`, and return it when a network error occurred.

packages/google_sign_in/google_sign_in/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: example
1+
name: google_sign_in_example
22
description: Example of Google Sign-In plugin.
33

44
dependencies:

packages/google_sign_in/google_sign_in/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in
22
description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
5-
version: 4.1.2
5+
version: 4.1.3
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)