You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"/>
The text was updated successfully, but these errors were encountered: