Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change postBuildExtras to use cordova provided list
This fixes the problem where multiple cordova plugins attempting to use the postBuildExtras in the gradle script will simply clobber each other. The cordova provided gradle template provides a defined list for plugins to add their post build extras to so they can all play nicely together. https://github.com/apache/cordova-android/blob/73edf4de7b751ecc103e9fad3c6d71c149c9118e/bin/templates/project/app/build.gradle#L90 This fixes the problems outlined in: meteor/meteor#7600 Meteor-Community-Packages/raix-push#334
- Loading branch information