Skip to content

Commit 2f96684

Browse files
committed
chore: update native sdk version
1 parent fbfe761 commit 2f96684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies {
9191
// noinspection GradleDynamicVersion
9292
implementation "com.facebook.react:react-native:+"
9393
implementation "org.jetbrains.kotlin:kotlin-stdlib:${ReactNative.ext.getVersion("android", "kotlin")}"
94-
implementation("com.sendbird.sdk:sendbird-calls:1.9.1")
94+
implementation("com.sendbird.sdk:sendbird-calls:1.10.0")
9595
}
9696

9797

sendbird-calls-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.source_files = "ios/**/*.{h,m,mm,swift}"
1919

2020
s.dependency "React-Core"
21-
s.dependency "SendBirdCalls", "1.9.5"
21+
s.dependency "SendBirdCalls", "1.9.7"
2222

2323
# if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
2424
# s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"

0 commit comments

Comments
 (0)