Skip to content

Commit

Permalink
chore(sdks, version): bump to 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Aug 26, 2024
1 parent 0ec67ea commit 33aa116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation ('org.jitsi.react:jitsi-meet-sdk:10.1.0') { transitive = true }
implementation ('org.jitsi.react:jitsi-meet-sdk:10.1.1') { transitive = true }
}
4 changes: 2 additions & 2 deletions ios/jitsi_meet_flutter_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'jitsi_meet_flutter_sdk'
s.version = '10.1.0'
s.version = '10.1.1'
s.summary = 'Jitsi Meet Flutter SDK'
s.description = <<-DESC
Jitsi Meet Flutter SDK
Expand All @@ -15,7 +15,7 @@ Jitsi Meet Flutter SDK
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'JitsiMeetSDK', '10.1.0'
s.dependency 'JitsiMeetSDK', '10.1.1'
s.platform = :ios, '13.4'

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

0 comments on commit 33aa116

Please sign in to comment.