Skip to content

Commit

Permalink
chore(deps): update native sdks to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Apr 2, 2024
1 parent 714651b commit c8d476f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation ('org.jitsi.react:jitsi-meet-sdk:9.0.2') { transitive = true }
implementation ('org.jitsi.react:jitsi-meet-sdk:9.1.0') { transitive = true }
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ PODS:
- libwebp
- integration_test (0.0.1):
- Flutter
- jitsi_meet_flutter_sdk (0.1.2):
- jitsi_meet_flutter_sdk (0.2.2):
- Flutter
- JitsiMeetSDK (= 9.0.2)
- JitsiMeetSDK (9.0.2):
- JitsiMeetSDK (= 9.1.0)
- JitsiMeetSDK (9.1.0):
- Giphy (= 2.2.4)
- JitsiWebRTC (~> 118.0)
- JitsiWebRTC (118.0.0)
Expand Down Expand Up @@ -48,8 +48,8 @@ SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Giphy: 6b5f6986c8df4f71e01a8ef86595f426b3439fb5
integration_test: 13825b8a9334a850581300559b8839134b124670
jitsi_meet_flutter_sdk: b7a164819b828cd08627ef86d08e8ba1b03a1f96
JitsiMeetSDK: 90076e4c83732332d9b2a01192951673679e5031
jitsi_meet_flutter_sdk: 248fb8161d6f30f821d16882d5f1c1d89f6daa2d
JitsiMeetSDK: 58d98d1bfdf9a94ea0a08883a7a3b5938d31c482
JitsiWebRTC: 3a41671ef65a51d7204323814b055a2690b921c7
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009

Expand Down
2 changes: 1 addition & 1 deletion ios/jitsi_meet_flutter_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Jitsi Meet Flutter SDK
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'JitsiMeetSDK', '9.0.2'
s.dependency 'JitsiMeetSDK', '9.1.0'
s.platform = :ios, '13.4'

# Flutter.framework does not contain a i386 slice.
Expand Down

0 comments on commit c8d476f

Please sign in to comment.