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

Remove cordova-plugin-compat as dependency -> deprecated for cordova-android 6.3.0 #426

Open
Defcon0 opened this issue Oct 19, 2017 · 2 comments

Comments

@Defcon0
Copy link

Defcon0 commented Oct 19, 2017

Hello,

would it be ok to remove this dependency in a future release?

Bye

@uniphonic
Copy link

uniphonic commented Nov 21, 2017

Agreed. The dependency on cordova-plugin-compat should be removed since it's depreciated ( https://cordova.apache.org/news/2017/11/10/plugins-release.html ). I'm running into problems compiling with android platform 6.4.0 with the calendar plugin installed, and they go away when the calendar plugin is removed.

For now I've had to downgrade back to android platform 6.3.0 version.

@peterpeterparker
Copy link
Contributor

peterpeterparker commented Nov 23, 2017

Yep, the decency should be removed

ionic cordova plugin rm cordova-plugin-compat --save

Error: The plugin 'cordova-plugin-compat' is required by (cordova-plugin-calendar), skipping uninstallation. (try --force if trying to update)

[ERROR] An error occurred while running cordova plugin remove cordova-plugin-compat --save (exit code 1).

I tried to create a PR #430

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

3 participants