6 lines
205 B
Bash
Executable File
6 lines
205 B
Bash
Executable File
# Change to the project root directory
|
|
# shellcheck disable=SC2164
|
|
cd "$(dirname "$0")/.."
|
|
PROJECT_ROOT=$(pwd)
|
|
|
|
adb install "$PROJECT_ROOT"/app/build/outputs/apk/release/app-release-aligned-debugSigned.apk |