We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dependency value in the current plugin.xml file is as follows:
<dependency id="cordova-plugin-androidx" version="^1.0.2" /> <dependency id="cordova-plugin-androidx-adapter" version="^1.1.0" />
platform installation error occurs when using cordova-plugin-androidx@2
this error does not occur after correcting as follows:
<dependency id="cordova-plugin-androidx" version="^2.0.0" /> <dependency id="cordova-plugin-androidx-adapter" version="^1.1.1" />
could you officially update it?
The text was updated successfully, but these errors were encountered:
865750d
Bump androidx plugin version dependencies. Resolves #418.
c9a77ef
No branches or pull requests
dependency value in the current plugin.xml file is as follows:
platform installation error occurs when using cordova-plugin-androidx@2
this error does not occur after correcting as follows:
could you officially update it?
The text was updated successfully, but these errors were encountered: