Skip to content

Commit

Permalink
Revert "[google_sign_in] Migrate to new pubspec plugins schema (flutt…
Browse files Browse the repository at this point in the history
…er#2371)"

This reverts commit 1e82c75.

# Conflicts:
#	packages/google_sign_in/google_sign_in/CHANGELOG.md
#	packages/google_sign_in/google_sign_in/pubspec.yaml
  • Loading branch information
eugenejeonme committed Dec 11, 2019
1 parent 87bc056 commit 60c3f3a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 12 additions & 2 deletions packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 4.0.17

* Add missing documentation and fix an unawaited future in the example app.

## 4.0.16

* Remove the deprecated `author:` field from pubspec.yaml
* Migrate the plugin to the pubspec platforms manifest.
* Require Flutter SDK 1.10.0 or greater.

## 4.0.15

* Export SignInOption from interface since it is used in the frontend as a type.
Expand Down Expand Up @@ -51,8 +61,8 @@

## 4.0.3

* Update guava to `27.0.1-android`.
* Add correct @NonNull annotations to reduce compiler warnings.
* Update guava to `27.0.1-android`.
* Add correct @NonNull annotations to reduce compiler warnings.

## 4.0.2

Expand Down
14 changes: 8 additions & 6 deletions packages/google_sign_in/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: google_sign_in
description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android and iOS.
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
version: 4.0.15
version: 4.0.17

flutter:
plugin:
androidPackage: io.flutter.plugins.googlesignin
iosPrefix: FLT
pluginClass: GoogleSignInPlugin
platforms:
android:
package: io.flutter.plugins.googlesignin
pluginClass: GoogleSignInPlugin
ios:
pluginClass: FLTGoogleSignInPlugin

dependencies:
google_sign_in_platform_interface: ^1.0.0
Expand All @@ -24,4 +26,4 @@ dev_dependencies:

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.5.0 <2.0.0"
flutter: ">=1.10.0 <2.0.0"

0 comments on commit 60c3f3a

Please sign in to comment.