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

plugin cordova-plugin-whitelist #696

Open
mival opened this issue Nov 1, 2021 · 4 comments
Open

plugin cordova-plugin-whitelist #696

mival opened this issue Nov 1, 2021 · 4 comments

Comments

@mival
Copy link

mival commented Nov 1, 2021

Plugin cordova-plugin-whitelist is not longer compatible with android platform

Installing "cordova-plugin-whitelist" for android
Plugin doesn't support this project's cordova-android version. cordova-android: 10.1.1, failed version requirement: >=4.0.0 <10.0.0

but corber validator still require it.

@bummzack
Copy link

While trying to update an application so that it runs on Android 11, I've encountered the same issue.
With cordova-android 10.x this plugin is no longer required, but somehow corber relies on it to be present (even when it's not installed).
Is there a way to use corber with cordova-android 10.x or later?

@mival
Copy link
Author

mival commented Jan 21, 2022

@bummzack my solution was remove plugin dependency from corber validator. After that corber builds and works still fine

@bummzack
Copy link

@mival Any pointers how to do that? I can't seem to find that corber validator anywhere…

@mival
Copy link
Author

mival commented Jan 28, 2022

@bummzack validator is added in https://github.com/isleofcode/corber/blob/master/lib/targets/cordova/target.js#L51. So if you comment .push out, it should work

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

2 participants