medito-app/VERIFY_APK.md
2021-07-18 22:27:25 +02:00

404 B

How to verify Medito APK before installing to your devices

Using keytool

keytool -printcert -jarfile medito.apk

The output certificate fingerprints should match:

// TODO: add Medito certificate fingerprints

Using apksigner

apksigner verify --print-certs medito.apk

The output certificate fingerprints should match:

// TODO: add Medito certificate fingerprints