#!/bin/bash

~/JS/ReactApps/deps/apksigner sign --ks ~/JS/ReactApps/debug.keystore --ks-pass pass:debug00 out.apk
adb install -r -t out.apk
