We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f0a868 + bce4259 commit b2dbc87Copy full SHA for b2dbc87
ExampleApp/android/build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
ext {
5
buildToolsVersion = "28.0.3"
6
minSdkVersion = 24
7
- compileSdkVersion = 28
+ compileSdkVersion = 29
8
targetSdkVersion = 28
9
}
10
repositories {
android/build.gradle
@@ -45,7 +45,7 @@ repositories {
45
46
47
dependencies {
48
- implementation ('org.jitsi.react:jitsi-meet-sdk:2.6.0') {
+ implementation ('org.jitsi.react:jitsi-meet-sdk:3.7.0') {
49
transitive = true
50
51
0 commit comments