Skip to content

Commit

Permalink
Bumped to Jitsi Meet SDK 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skrafft committed Oct 30, 2019
1 parent e3a6333 commit 79401a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories {
}

dependencies {
implementation ('org.jitsi.react:jitsi-meet-sdk:2.3.0') {
implementation ('org.jitsi.react:jitsi-meet-sdk:2.4.0') {
transitive = true
}
}
2 changes: 1 addition & 1 deletion react-native-jitsi-meet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m}"

s.dependency 'React'
s.dependency 'JitsiMeetSDK', '2.3.0'
s.dependency 'JitsiMeetSDK', '2.4.0'
end

0 comments on commit 79401a6

Please sign in to comment.