google / play-services-plugins

Plugins to help with using Google Play services SDK.
https://developers.google.com/android/guides/overview
Apache License 2.0
453 stars 134 forks source link

Fix dependency in `gradle-api` #284

Closed rlazo closed 4 months ago

rlazo commented 4 months ago

re: b/313211009

It should be compileOnly instead of implementation. This prevents the protobuf dependency in gradle-api from leaking to the plugin and causing inexpected issues.