Where can I put my credentials in gradle without making them public? I would like to know some best pratics, and to understand well the difference between inserting them in gradle.properties or as environment variable. It's important to me know how call them in build script, too.
Thanks in advance