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

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

Open
1 task
bharath-instrive opened this issue Nov 7, 2022 · 3 comments
Assignees
Labels
chore Upgrade dependencies

Comments

@bharath-instrive
Copy link

bharath-instrive commented Nov 7, 2022

Dependency Information
Name: Jitsi Android SDK
Version: 6.2.0
Platform

  • Android

Reason for upgrade

  • Android Play Store console rejects that version & says WEBRTC & SoLoader versions are vulnerable
  • The current version in the android Gradle file is 3.3.0

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

Ref link:

@AbnerBaluyut
Copy link

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

@AbdouEsi
Copy link

Any solution ?

@bradfordcan
Copy link

You can actually get an idea of how to resolve those errors via Learn More links.

To summarize:

  • Migrate your app to SoLoader 0.10.4 or newer
  • Update WebRTC version to M102 or later

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Upgrade dependencies
Projects
None yet
Development

No branches or pull requests

5 participants