Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ferustigris committed Oct 29, 2014
2 parents 0cf608e + 91e4395 commit f10924b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Build application in release mode:

Add your digest:

$ jarsigner -keystore ~/Dropbox/gplay_code bin/Battleship-0.0.2-release-unsigned.apk ferus.tigris
$ jarsigner -keystore <gplay_code file> bin/Battleship-<version>-release-unsigned.apk <Your name>

And optimaze it:

$ zipalign 4 bin/Battleship-0.0.2-release-unsigned.apk bin/Battleship-0.0.2-release.apk
$ zipalign 4 bin/Battleship-<version>-release-unsigned.apk bin/Battleship-<version>.apk

0 comments on commit f10924b

Please sign in to comment.