Add shell script to assemble and install apk

This commit is contained in:
Brandon Presley 2022-08-22 18:45:21 +12:00
parent 451eb3d9cb
commit 35fd648ad3
1 changed files with 4 additions and 0 deletions

4
install.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
cd android && ./gradlew assembleRelease
adb install android/app/build/outputs/apk/release/app-arm64-v8a-release.apk