cordova-plugin-code-push icon indicating copy to clipboard operation
cordova-plugin-code-push copied to clipboard

Update the build-extras.gradle file

Open BrianMulhall opened this issue 5 years ago • 2 comments

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

BrianMulhall avatar Feb 13 '20 16:02 BrianMulhall

Any plans to merge this?

szh avatar Jul 27 '20 19:07 szh

@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.

nonsenseless avatar Oct 08 '20 17:10 nonsenseless