this reduces the risk of issues coming up with this plugin coexisting with another plugin that uses maven { url "https://jitpack.io" } example https://github.com/AlexMiniApps/cordova-plugin-video-editor . This only reduces the risk. the other plugin needs to also use includeGroup or error will be something like
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve org.jitsi.react:jitsi-meet-sdk:3.+.
Required by:
project :app
> Failed to list versions for org.jitsi.react:jitsi-meet-sdk.
> Unable to load Maven meta-data from https://jitpack.io/org/jitsi/react/jitsi-meet-sdk/maven-metadata.xml.
> Could not GET 'https://jitpack.io/org/jitsi/react/jitsi-meet-sdk/maven-metadata.xml'. Received status code 521 from server:
this reduces the risk of issues coming up with this plugin coexisting with another plugin that uses
maven { url "https://jitpack.io" }
example https://github.com/AlexMiniApps/cordova-plugin-video-editor . This only reduces the risk. the other plugin needs to also use includeGroup or error will be something like