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

dependency setting in plugin.xml file is old version #418

Closed
eun-choi opened this issue Jun 1, 2020 · 0 comments
Closed

dependency setting in plugin.xml file is old version #418

eun-choi opened this issue Jun 1, 2020 · 0 comments
Labels
android Relates to Android platform build issue An issue related to build process

Comments

@eun-choi
Copy link

eun-choi commented Jun 1, 2020

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?

@dpa99c dpa99c closed this as completed in 865750d Jun 1, 2020
@dpa99c dpa99c added android Relates to Android platform build issue An issue related to build process ready for release Something has been implemented and is awaiting release to npm labels Jun 1, 2020
@dpa99c dpa99c removed the ready for release Something has been implemented and is awaiting release to npm label Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Relates to Android platform build issue An issue related to build process
Projects
None yet
Development

No branches or pull requests

2 participants