Skip to content

Commit f7d21cb

Browse files
authored
Merge pull request #206 from nerdymind-dev/master
Bump Jitsi SDK to 2.6.0
2 parents 3c71324 + dfba6e1 commit f7d21cb

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,5 +364,15 @@ If your app already includes `react-native-locale-detector` or `react-native-vec
364364
implementation(project(':react-native-jitsi-meet')) {
365365
exclude group: 'com.facebook.react',module:'react-native-locale-detector'
366366
exclude group: 'com.facebook.react',module:'react-native-vector-icons'
367+
// Un-comment below if using hermes
368+
//exclude group: 'com.facebook',module:'hermes'
369+
// Un-comment any packages below that you have added to your project to prevent `duplicate_classes` errors
370+
//exclude group: 'com.facebook.react',module:'react-native-community-async-storage'
371+
//exclude group: 'com.facebook.react',module:'react-native-community_netinfo'
372+
//exclude group: 'com.facebook.react',module:'react-native-svg'
373+
//exclude group: 'com.facebook.react',module:'react-native-fetch-blob'
374+
//exclude group: 'com.facebook.react',module:'react-native-webview'
375+
//exclude group: 'com.facebook.react',module:'react-native-linear-gradient'
376+
//exclude group: 'com.facebook.react',module:'react-native-sound'
367377
}
368378
```

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repositories {
4545
}
4646

4747
dependencies {
48-
implementation ('org.jitsi.react:jitsi-meet-sdk:2.4.0') {
48+
implementation ('org.jitsi.react:jitsi-meet-sdk:2.6.0') {
4949
transitive = true
5050
}
5151
}

react-native-jitsi-meet.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m}"
1717

1818
s.dependency 'React'
19-
s.dependency 'JitsiMeetSDK', '2.4.0'
19+
s.dependency 'JitsiMeetSDK', '2.6.0'
2020
end

0 commit comments

Comments
 (0)