Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Update the build.gradle file - #34

Open
BrianMulhall wants to merge 1 commit into
chemerisuk:masterfrom
BrianMulhall:patch-1
Open

Update the build.gradle file#34
BrianMulhall wants to merge 1 commit into
chemerisuk:masterfrom
BrianMulhall:patch-1

Conversation

@BrianMulhall

Copy link
Copy Markdown

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

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

dherre3 commented May 19, 2020

Copy link
Copy Markdown

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants