Prepare for Google Play release

This commit is contained in:
Nicolas Raoul 2015-09-08 10:10:04 +09:00
parent 97a57be47a
commit 649af6c516
4 changed files with 7 additions and 1 deletions

2
sign.sh Executable file
View file

@ -0,0 +1,2 @@
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore /home/nico/d/d/wya/nr-commons.keystore commons/target/commons-1.0-SNAPSHOT.apk nrkeystorealias
zipalign -f -v 4 commons/target/commons-1.0-SNAPSHOT.apk commons/target/commons-1.0-SNAPSHOT_signed.apk