meteor / cordova-plugin-meteor-webapp

Cordova plugin that serves a Meteor web app through a local server and implements hot code push
MIT License
66 stars 74 forks source link

Android build.extras.gradle fix #65

Closed mslobodan closed 5 years ago

mslobodan commented 6 years ago

Android build.extras.gradle fix. Using "cdvPluginPostBuildExtras.add" instead of assigning commands to "ext.postBuildExtras" in order to fix overwrites of "ext.postBuildExtras" by other Cordova plugins.

benjamn commented 5 years ago

Thanks @mslobodan!