AddSecurityExceptionAndroid
AddSecurityExceptionAndroid copied to clipboard
Updated for Android 11+ devices which need signature v2
Changes:
- Replaced jarsigner with apksigner (which is available in the build-tools folder along with zipalign) to support signature v2
- Moved apksigner after zipalign, unlike jarsigner which comes before
- The keystore password has to be entered manually now, so modified README to mention this.