Skip to content

Commit

Permalink
Upgrade to Jitsi pod to 7.0.1-lite (#1754)
Browse files Browse the repository at this point in the history
(The Lite version excludes a dependency on Giphy).
  • Loading branch information
pixlwave authored Mar 30, 2023
1 parent a55ac46 commit 19db8df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Pod::Spec.new do |s|
#ss.ios.dependency 'GoogleWebRTC', '~>1.1.21820'

# Use WebRTC framework included in Jitsi Meet SDK
ss.ios.dependency 'JitsiMeetSDK', '5.0.2'
# Use the lite version so we don't add a dependency on Giphy.
ss.ios.dependency 'JitsiMeetSDKLite', '7.0.1-lite'
end

end
1 change: 1 addition & 0 deletions changelog.d/pr-1754.build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade JitsiMeetSDK to 7.0.1-lite.

0 comments on commit 19db8df

Please sign in to comment.