sign with v2 as well (for android 30)

This commit is contained in:
Eric House 2021-12-04 11:02:23 -08:00
parent 5982af1a4a
commit 87337713ce

View file

@ -40,6 +40,8 @@ for APK in $APKS; do
rm -f ${OUTNAME}
zipalign -v 4 $APK_SIGNED ${OUTNAME}
apksigner sign --ks ~/.keystore ${OUTNAME}
rm -f $APK_SIGNED
echo "saved as $OUTNAME"
done