Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.13k stars 341 forks source link

Update deprecated GoogleCredential usage #736

Closed pavlospt closed 5 years ago

pavlospt commented 5 years ago

Hey there!

Since we are using this great plugin in our app, I wanted to contribute something back :)

This PR updates the deprecated usage of GoogleCredential class.

I have tested it with the command you added on CONTRIBUTING.md (./gradlew tPublishBundle).

Looking forward to your feedback!

pavlospt commented 5 years ago

I believe the CI failure is irrelevant to the PR!

SUPERCILEX commented 5 years ago

Thanks for taking initiative, but unfortunately, this change isn't desired:

pavlospt commented 5 years ago

Cool! Thanks for letting me know!