2023-11-12 12:27:12 +00:00
|
|
|
# Build app
|
|
|
|
./gradlew build
|
|
|
|
|
|
|
|
# Run the app (add your options here)
|
2023-11-12 19:15:30 +00:00
|
|
|
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
|