adriano-di-giovanni / cordova-plugin-enable-multidex

Enable Multidex for Cordova Android apps with over 64K methods
MIT License
23 stars 18 forks source link

Should delete android:name attribute from application element upon plugin removal #1

Open adriano-di-giovanni opened 6 years ago

adriano-di-giovanni commented 6 years ago

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_rmhook to solve the issue.