You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget https://github.com/LN-Zap/zap-android/releases/download/v0.5.1-beta/zap-android-0.5.1-beta.31.-release.apk
unzip -d signed zap-android-0.5.1-beta.31.-release.apk
unzip -d unsigned zap-android/app/build/outputs/apk/release/'zap-android-0.5.1-beta(31)-release-unsigned.apk'
# Now if all match, the only diff should be the three files generated inside META-INF that are added when signing the APK: CERT.RSA, CERT.SF and MANIFEST.MF
diff -qr signed unsigned
keytool -printcert -file signed/META-INF/CERT.RSA
shasum -a 256 zap-android-0.5.1-beta.31.-release.apk