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
Is there news here? I heard people doing work arounds like this: https://github.com/cloudscapelabs/cordova-support-google-services/blob/csl/build.gradle, but it would be great if this is solved at this level.
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