gunschu / jitsi_meet

Initial commit
208 stars 281 forks source link

[UPGRADE]: Jisti Sdk to 6.2.0 or Latest (**Play store - rejects / Vulnerable**) #414

Open bharath-instrive opened 1 year ago

bharath-instrive commented 1 year ago

Dependency Information Name: Jitsi Android SDK Version: 6.2.0 Platform

Reason for upgrade

Provide additional context Screenshot 2022-11-07 at 12 20 16 PM

Ref link:

AbnerBaluyut commented 1 year ago

I got this same issue right now. Is there any solutions?

AbdouEsi commented 1 year ago

Any solution ?

bradfordcan commented 1 year ago

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: image