Zeno97 / cordova-plugin-jitsi-meet-sdk

Cordova plugin for Jitsi Meet React Native SDK.
Apache License 2.0
8 stars 11 forks source link

add gradle include group #26

Closed andrewvmail closed 1 year ago

andrewvmail commented 1 year ago

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:
Zeno97 commented 1 year ago

Hello thank you for your contribution. I will test in this weekend and if everything is fine I will release