chemerisuk / cordova-support-google-services

DEPRECATED. Cordova plugin to add google services support
MIT License
41 stars 106 forks source link

Update the build.gradle file #34

Open BrianMulhall opened 4 years ago

BrianMulhall commented 4 years ago

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 commented 4 years ago

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.