Release signing in gradle.properties for Android
问题 So I'm trying to convert all of my ant build scripts to gradle, and I've been able to find ample resources and documentation on all of it except how to configure signing in the gradle.properties file. ant.properties does it like so: key.alias=alias key.store.password=password key.store=keystore.file key.alias.password=password But how do I do the same in gradle? 回答1: In your gradle.properties file store the same values as in the ant.properties file, I think you'll have to do simpler names,