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

serviceAccountCredentials via environment variable with JSON content, instead of file #705

Closed sapuglha closed 5 years ago

sapuglha commented 5 years ago

Problem description

CI tools can't specify a file to be injected in the repo

Additional context

We would like to specify an environment variable in the CI tool which contains the JSON value from .json file.

SUPERCILEX commented 5 years ago

See #546