Skip to content

Instantly share code, notes, and snippets.

@siddarthkay
siddarthkay / install-pr-script.sh
Created June 2, 2023 03:01
Generate android PR build for status-mobile locally and install on connected android device
make release-android BUILD_TYPE=pr
make shell TARGET=android
script/sign-android.sh result/app-pr-unisgned.apk
adb install result/app-pr-signed.apk