6 lines
374 B
Bash
Executable File
6 lines
374 B
Bash
Executable File
# Build app
|
|
./gradlew build
|
|
|
|
# Run the app (add your options here)
|
|
java -jar build/dist/ManifestEditor.jar /mnt/entwicklung/git/RPdb/client/android/app/build/outputs/apk/debug/AndroidManifest.xml --deleteUsesPermission "android.permission.REQUEST_INSTALL_PACKAGES" --output \
|
|
/mnt/entwicklung/git/RPdb/client/android/app/build/outputs/apk/debug/AndroidManifest2.xml --force |