Skip to content

Commit d95a677

Browse files
committed
Version 2.30.2
1 parent c8710a3 commit d95a677

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.30.2 (May 2025)
2+
3+
- [Update]: This version updates the Vonage Video Android SDK and iOS SDK to version 2.30.1. For more information, see the [Android SDK release notes](https://tokbox.com/developer/sdks/android/release-notes.html) and the [iOS SDK release notes](https://tokbox.com/developer/sdks/ios/release-notes.html).
4+
15
# 2.30.1 (May 2025)
26

37
- [Fix]: This version fixes a crashing bug (on iOS) that was introduced in version 2.30.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you try to archive the app and it fails, please do the following:
9696
3. If your app will use the `OTPublisher.setVideoTransformers()` or `OTPublisher.setAudioTransformers()` method, you need to include the following in your app/build.gradle file:
9797
9898
```
99-
implementation "com.vonage:client-sdk-video-transformers:2.28.0"
99+
implementation "com.vonage:client-sdk-video-transformers:2.30.1"
100100
```
101101
102102
#### Bintray sunset

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ android {
2727
dependencies {
2828
implementation fileTree(dir: "libs", include: ["*.jar"])
2929
implementation "com.facebook.react:react-native:${_reactNativeVersion}" // From node_modules
30-
implementation 'com.opentok.android:opentok-android-sdk:2.30.0'
30+
implementation 'com.opentok.android:opentok-android-sdk:2.30.1'
3131
}

opentok-react-native.podspec

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

1919
s.dependency 'React'
20-
s.dependency 'OTXCFramework','2.30.0'
20+
s.dependency 'OTXCFramework','2.30.1'
2121
end

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentok-react-native",
3-
"version": "2.30.1",
3+
"version": "2.30.2",
44
"description": "React Native components for OpenTok iOS and Android SDKs",
55
"main": "src/index.js",
66
"homepage": "https://www.tokbox.com",

0 commit comments

Comments
 (0)