6 lines
133 B
Bash
Executable File
6 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd src/IorapTestApp
|
|
./gradlew build
|
|
echo "The output apk is \"IorapTestApp/app/build/outputs/apk/debug/app-debug.apk\""
|