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

RNMT-2546 - Update dependency fixed version #24

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

Conversation

lucle
Copy link

@lucle lucle commented Jun 15, 2023

because the version of cordova-support-android-plugin is 2.0.4 now, so that lead to can't gen application.

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-crash, the issue is: Failed to install 'cordova-plugin-firebase-crash': CordovaError: Version of installed plugin: "[email protected]" 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

  • Android
  • iOS
  • JavaScript

Tests

Screenshots (if appropriate)

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
  • Changes require an update to the documentation
    • Documentation has been updated accordingly

lucle added 2 commits June 16, 2023 00:04
because the version of cordova-support-android-plugin is 2.0.4 now, so that lead to can't gen application.
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