Sign APK without putting keystore info in build.gradle

The nice thing about Groovy is that you can freely mix Java code, and it’s pretty easy to read in a key/value file using java.util.Properties. Perhaps there’s an even easier way using idiomatic Groovy, but Java is still pretty simple. Create a keystore.properties file (in this example, in the root directory of your project next … Read more