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

Commit

Permalink
remove android no-op implementation (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
cg021 authored May 21, 2020
1 parent 3b2e034 commit 0277ae7
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 69 deletions.
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.1+1

* Remove Android folder from `google_sign_in_web`.

## 0.9.1

* Ensure the web code returns `null` when the user is not signed in, instead of a `null-object` User. Fixes [issue 52338](https://github.com/flutter/flutter/issues/52338).
Expand Down
33 changes: 0 additions & 33 deletions packages/google_sign_in/google_sign_in_web/android/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in_web
description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android, iOS and Web.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_web
version: 0.9.1
version: 0.9.1+1

flutter:
plugin:
Expand Down

0 comments on commit 0277ae7

Please sign in to comment.