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

[Bug] [android] cordova-plugin-file dependency installs version incompatible with cordova-android on Meteor #515

Open
veodko opened this issue Jul 18, 2023 · 0 comments

Comments

@veodko
Copy link

veodko commented Jul 18, 2023

cordova-plugin-file recently released an update which bumped the cordova-android version requirement to v12.
People who are using Meteor framework are still stuck with cordova-android v10, which results in an error when trying to build for Android as the plugin is skipped and then cordova-plugin-advanced-http tries to import it in the code.

I first reported it to Meteor here: meteor/meteor#12708
thinking it's installed by Meteor, but eventually found out it's a dependency of this plugin here.

<dependency id="cordova-plugin-file" version=">=2.0.0"/>

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

No branches or pull requests

1 participant