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

RNET-2442 - Update dependency fixed version #18

Open
wants to merge 2 commits into
base: outsystems
Choose a base branch
from

Conversation

lucle
Copy link

@lucle lucle commented Jun 21, 2023

Description

I changed the version of cordova-support-android-plugin to >=1.0.0 to adapt new version of that plugin

Context

I am facing issue when generate the mobile with the Cordova plugin cordova-plugin-firebase-dynamiclinks, the issue is: Failed to install 'cordova-plugin-firebase-dynamiclinks': CordovaError: Version of installed plugin: "cordova-support-android-plugin@2.0.4" does not satisfy dependency plugin requirement "cordova-support-android-plugin@~1.0.0". Try --force to use installed plugin as dependency. So that I think change the version of cordova-support-android-plugin to >=1.0.0 can fix my issue.

Type of changes

  • [x ] Fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Refactor (cosmetic changes)
  • Breaking change (change that would cause existing functionality to not work as expected)

Platforms affected

  • [ x] Android
  • iOS
  • JavaScript

Screenshots (if appropriate)

image

Checklist

  • [ x] Pull request title follows the format RNMT-XXXX <title>
  • [x ] Code follows code style of this project
  • [ x] CHANGELOG.md file is correctly updated
  • [x ] Changes require an update to the documentation
    • Documentation has been updated accordingly

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.

1 participant