Dex65536
Dex65536 copied to clipboard
How to sign in release environment ?
I found something about sign in release ENV,but how ? below is the description in your demo(custom_rules.xml):
PLS help me: How to use this command signature.(I already have a signature file)
add a ant.properties file, the content is:
key.store=xxx.keystore
key.alias=xxx
key.store.password=pwd
key.alias.password=pwd
run : ant clean release
that's all i did