Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change postBuildExtras to use cordova provided list #1

Closed
wants to merge 1 commit into from

Conversation

kcarwilemiller
Copy link
Owner

This fixes the problem where multiple cordova plugins attempting to use the postBuildExtras in the gradle script will simply clobber each other. The cordova provided gradle template provides a defined list for plugins to add their post build extras to so they can all play nicely together.

https://github.com/apache/cordova-android/blob/73edf4de7b751ecc103e9fad3c6d71c149c9118e/bin/templates/project/app/build.gradle#L90

This fixes the problems outlined in:
meteor/meteor#7600
Meteor-Community-Packages/raix-push#334

This fixes the problem where multiple cordova plugins attempting to use the postBuildExtras in the gradle script will simply clobber each other. The cordova provided gradle template provides a defined list for plugins to add their post build extras to so they can all play nicely together.

https://github.com/apache/cordova-android/blob/73edf4de7b751ecc103e9fad3c6d71c149c9118e/bin/templates/project/app/build.gradle#L90

This fixes the problems outlined in: 
meteor/meteor#7600
Meteor-Community-Packages/raix-push#334
@MrSpark2591
Copy link

any progress here?

@namenotrequired
Copy link

It seems a similar change has been made in the original repository, is this equivalent to the fix proposed here?

meteor@13725ae

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants