mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
3 lines
202 B
Bash
3 lines
202 B
Bash
apksigner sign --key testkey.pk8 --cert testkey.x509.pem ../app/build/outputs/apk/release/app-release-unsigned.apk
|
|
mv ../app/build/outputs/apk/release/app-release-unsigned.apk ./app-release-testkey.apk
|