We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1064e50 commit 9fd1a6eCopy full SHA for 9fd1a6e
android/build.gradle
@@ -70,5 +70,5 @@ android {
70
71
dependencies {
72
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
73
- implementation ('org.jitsi.react:jitsi-meet-sdk:11.5.1') { transitive = true }
+ implementation ('org.jitsi.react:jitsi-meet-sdk:11.6.0') { transitive = true }
74
}
ios/jitsi_meet_flutter_sdk.podspec
@@ -15,7 +15,7 @@ Jitsi Meet Flutter SDK
15
s.source = { :path => '.' }
16
s.source_files = 'Classes/**/*'
17
s.dependency 'Flutter'
18
- s.dependency 'JitsiMeetSDK', '11.5.1'
+ s.dependency 'JitsiMeetSDK', '11.6.0'
19
s.platform = :ios, '15.1'
20
21
# Flutter.framework does not contain a i386 slice.
0 commit comments