Skip to content

Commit e5a7026

Browse files
committed
7.2.0-beta.0, SDK 11.5.1
1 parent 42853fb commit e5a7026

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CapacitorJitsiMeet.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'CapacitorJitsiMeet'
4-
s.version = '7.1.0'
4+
s.version = '7.2.0'
55
s.summary = 'This plugin is used to make video calls using Jitsi video platform (https://meet.jit.si) on iOS and Android using Capacitor. Since the current implementation of Ionic/PWA apps on iOS run on top of WKWebView, and as of today (24/01/2019), Apple does not support WebRTC on WKWebView, the only way to work with Jitsi Video on this platform is to build it natively.'
66
s.license = 'MIT'
77
s.homepage = 'https://github.com/calvinckho/capacitor-jitsi-meet'
@@ -15,5 +15,5 @@
1515
}
1616
s.ios.deployment_target = '15.1'
1717
s.dependency 'Capacitor'
18-
s.dependency 'JitsiMeetSDK', '11.1.0'
18+
s.dependency 'JitsiMeetSDK', '11.5.1'
1919
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repositories {
5252
dependencies {
5353
implementation fileTree(dir: 'libs', include: ['*.jar'])
5454
implementation project(':capacitor-android')
55-
implementation ('org.jitsi.react:jitsi-meet-sdk:11.1.0') { transitive = true }
55+
implementation ('org.jitsi.react:jitsi-meet-sdk:11.5.1') { transitive = true }
5656
implementation 'androidx.activity:activity:1.2.3'
5757

5858
// Firebase

ios/Plugin/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'Plugin' do
77

88
# Pods for IonicRunner
99
pod 'Capacitor'
10-
pod 'JitsiMeetSDK', '11.1.0'
10+
pod 'JitsiMeetSDK', '11.5.1'
1111
end
1212

1313
post_install do |installer|
@@ -22,5 +22,5 @@ target 'PluginTests' do
2222
use_frameworks!
2323

2424
pod 'Capacitor'
25-
pod 'JitsiMeetSDK', '11.1.0'
25+
pod 'JitsiMeetSDK', '11.5.1'
2626
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-jitsi-meet",
3-
"version": "7.1.0",
3+
"version": "7.2.0-beta.0",
44
"description": "This Ionic Capacitor plugin is created to make video calls through the free, open-sourced Jitsi video platform (https://meet.jit.si) on iOS and Android.",
55
"main": "dist/esm/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)