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

Allow installing plugin when cordova-plugin-device 3.0.0 is installed #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

codeconsole
Copy link

Fixes #38

Just a minor change to plugin.xml to allow installing the plugin if cordova-plugin-device 3.0.0 is installed

@TheNotorius0
Copy link

TheNotorius0 commented Oct 27, 2024

I was wondering, wouldn't it be better to just leave:

<dependency id="cordova-plugin-device" version=">=2.0.3" />

This way, if the Cordova team releases a version 4.0.0 or higher, the plugin wouldn't need to be updated again?

@codeconsole
Copy link
Author

@TheNotorius0 you would need to test to make sure it is compatible first.

@codeconsole
Copy link
Author

@dpa99c is there any plans to fix this issue? Do you need any changes to merge??

https://github.com/apache/cordova-plugin-device

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.

Latest version fails to install with latest corodva-plugin-device 3.0.0
2 participants