Created
October 17, 2020 22:05
-
-
Save cbrevik/57dbcb35aacbe3a154b9c941954b56b2 to your computer and use it in GitHub Desktop.
RN Android code-resigning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jarsigner | |
-keystore <keystore-name>.jks | |
-storepass '<storepass>' | |
-keypass '<keypass>' | |
-sigalg MD5withRSA | |
-digestalg SHA1 | |
-signedjar myapp-signed.apk | |
myapp-modified.apk | |
<key alias> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment