cordova-plugin-enable-multidex
cordova-plugin-enable-multidex copied to clipboard
Should delete android:name attribute from application element upon plugin removal
cordova plugin rm cordova-plugin-enable-multidex
currently removes dependencies but do not restore AndroidManifest.xml deleting android:name
attribute from the application
element.
Write an after_plugin_rm
hook to solve the issue.