We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dependency Information Name: Jitsi Android SDK Version: 6.2.0 Platform
Reason for upgrade
Provide additional context
Ref link:
The text was updated successfully, but these errors were encountered:
I got this same issue right now. Is there any solutions?
Sorry, something went wrong.
Any solution ?
You can actually get an idea of how to resolve those errors via Learn More links.
To summarize:
and to achieve needed requirements above, you just need to update the Jitsi Meet version to the latest which is 7.0.1
and in /build.gradle, don't forget to match the classpath versions. See below:
dependencies { classpath 'com.android.tools.build:gradle:7.0.4' classpath 'com.google.gms:google-services:4.3.14' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2' }
Here's a screenshot from the 7.0.1 source code:
tuantvu
No branches or pull requests
Dependency Information
Name: Jitsi Android SDK
Version: 6.2.0
Platform
Reason for upgrade
Provide additional context
Ref link:
The text was updated successfully, but these errors were encountered: