Changes AndroidManifest.xml to disable auto backup by setting android:allowBackup to false.
This is a wrapper for the Outystems Github plugin
https://github.com/OutSystems/outsystems-plugin-disable-backup
By default adding this plugin as a dependency to your Outsystems mobile app will set the android:allowBackup property in the <application/> tag to false.
android:allowBackup
<application/>
false
Works with MABS 8.0
Works with MABS 8.1
Works with MABS 9.0
Fixed git url