[go: nahoru, domu]

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

[google_sign_in] Use implementation rather than api dependencies for plugin third-party dependencies. #2015

Merged

Conversation

collinjackson
Copy link
Contributor
@collinjackson collinjackson commented Aug 26, 2019

Same idea as firebase/flutterfire#39 -- we shouldn't overly constrain Gradle's version resolution for internal dependencies.

Copy link
Contributor
@cyanglaz cyanglaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor
@bkonyi bkonyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@collinjackson
Copy link
Contributor Author

I'm going to land the update to Google Sign-in while discarding the changes to local_auth and android_alarm_manager. It looks like both of their example apps were relying on the transitive androidx support library dependency in their example apps. If there are calls between the app developer's Java code and the plugin's Java code (beyond basic plugin registration), it makes more sense to use an API dependency.

@collinjackson collinjackson changed the title Use implementation rather than api dependencies for plugin third-party dependencies. [google_sign_in] Use implementation rather than api dependencies for plugin third-party dependencies. Aug 26, 2019
@collinjackson collinjackson merged commit 5f60b5a into flutter:master Aug 26, 2019
@collinjackson collinjackson deleted the implementation_dependencies branch August 26, 2019 22:52
mormih pushed a commit to mormih/plugins that referenced this pull request Nov 17, 2019
…plugin third-party dependencies. (flutter#2015)

* Use implementation rather than API dependencies for google_sign_in
sungmin-park pushed a commit to sungmin-park/flutter-plugins that referenced this pull request Dec 17, 2019
…plugin third-party dependencies. (flutter#2015)

* Use implementation rather than API dependencies for google_sign_in
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
4 participants