You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current plugin.xml declares
preference name="ANDROIDX_VERSION" default="1.2.0"
which impacts dependency resolution to a lib that doesn't exist as it sets the ANDROIDX_VERSION:
implementation "androidx.legacy:legacy-support-v4:1.2.0"
This is actually a resulting impact when adding another cordova plugin replying on the ANDROIDX_VERSION which gets executed after.
Ionic Version (if using Ionic) : 6 (latest version)
Expected Behavior
no impact if plugin.xml has preference name="ANDROIDX_VERSION" default="1.0.0"
Actual Behavior
current plugin.xml declares
preference name="ANDROIDX_VERSION" default="1.2.0"
which impacts dependency resolution to a lib that doesn't exist :
implementation "androidx.legacy:legacy-support-v4:1.2.0"
Steps to Reproduce
Reproduce this issue; include code to reproduce, if relevant
General summary of the issue.
current plugin.xml declares
preference name="ANDROIDX_VERSION" default="1.2.0"
which impacts dependency resolution to a lib that doesn't exist as it sets the ANDROIDX_VERSION:
implementation "androidx.legacy:legacy-support-v4:1.2.0"
This is actually a resulting impact when adding another cordova plugin replying on the ANDROIDX_VERSION which gets executed after.
https://androidx.tech/artifacts/legacy/legacy-support-v4/
Only version 1.0.0 exists anyways
Your Environment
Expected Behavior
no impact if plugin.xml has preference name="ANDROIDX_VERSION" default="1.0.0"
Actual Behavior
current plugin.xml declares
preference name="ANDROIDX_VERSION" default="1.2.0"
which impacts dependency resolution to a lib that doesn't exist :
implementation "androidx.legacy:legacy-support-v4:1.2.0"
Steps to Reproduce
Reproduce this issue; include code to reproduce, if relevant
add @awesome-cordova-plugins/local-notifications
add cordova-plugin-badge-fix
add cordova-plugin-device
add cordova.plugins.diagnostic
Context
build ionic app with capacitor
Debug logs
A final word, to say thank you, for all the work with this plugin.
I hope this issue helps towards it gaining success within the community.
The text was updated successfully, but these errors were encountered: