oliviergauthier / gradle-appcenter-plugin

This gradle plugin allow you to upload each build variant of your android application to separate AppCenter Apps.
MIT License
85 stars 45 forks source link

Unclear How to Use #83

Open grndvl1 opened 2 years ago

grndvl1 commented 2 years ago

I don't see anywhere how to grab the Appcenter ENV vars. I wanted this plugin to be able to replace my command line scripts to set ENV and then pull them from inside gradle by using System.getenv("some_local_env_var"). Would be great to sue this that way. But I am unclear how to do it in gradle. I don't need to upload at all to appcenter as we have a different way to do that.