FabricPlugin
FabricPlugin copied to clipboard
Removing the Fabric plugin leaves cruft in the build.gradle file
If you add and then later remove this plugin, the Fabric config that was appended to the build.gradle file is not removed.
If you re-add the plugin you'll notice at the bottom of your build.gradle file that the config is now appended twice.
At first I filed this as a Cordova issue: https://issues.apache.org/jira/browse/CB-11572
Looks like it's related to https://github.com/sarriaroman/FabricPlugin/blob/master/hooks/lib/android-helper.js#L34.