Update the build-extras.gradle file
Cordova Jira Ticket Exapling the Bug this fixes https://issues.apache.org/jira/browse/CB-14163
We had trouble using this plugin on android with other plugins that also try to use ext.postBuildExtras. We had cordova-support-google-services and cordova-plugin-code-push installed as well as this plugin and all three were trying to use postBuildExtras. But only the last plugin listed in our config file would have its code executed at built time. the link above describes the cause of the issue pretty well
Any plans to merge this?
@alexandergoncharov I'd like to emphasize the necessity of this update. Without it, you can't use phonegap-plugin-push in the same build. We've forked this plugin for our internal use, but it's a real issue for anybody that's not aware of it.