From f0e5252c8dbf72b69780c7a20b433dde18ab0bbc Mon Sep 17 00:00:00 2001 From: Jeff Swartz Date: Thu, 30 Jan 2025 23:28:59 -0800 Subject: [PATCH] Updates for v2.29.0 Including v2.29.0 of the native SDKs for iOS and Android --- CHANGELOG.md | 4 ++++ README.md | 2 +- android/build.gradle | 2 +- opentok-react-native.podspec | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5de284b..5b4dc625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.29.0 (February 2025) + +- [Update]: This version updates the Vonage Video Android SDK and iOS SDK to version 2.29.0. 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). + # 2.28.3 (October 2024) - [Update]: This version updates the Vonage Video Android SDK to version 2.28.3 and the Vonage Video iOS SDK to version 2.28.2. 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). diff --git a/README.md b/README.md index c7fa93e8..02e663dd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ See the system requirements for the [OpenTok Android SDK](https://tokbox.com/dev ``` target '' do # Pods for - pod 'OTXCFramework', '2.28.2' + pod 'OTXCFramework', '2.29.0' end ``` diff --git a/android/build.gradle b/android/build.gradle index 08dc0ebe..1c3a511d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -27,5 +27,5 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "com.facebook.react:react-native:${_reactNativeVersion}" // From node_modules - implementation 'com.opentok.android:opentok-android-sdk:2.28.3' + implementation 'com.opentok.android:opentok-android-sdk:2.29.0' } diff --git a/opentok-react-native.podspec b/opentok-react-native.podspec index c5637e10..f3003700 100644 --- a/opentok-react-native.podspec +++ b/opentok-react-native.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,swift}" s.dependency 'React' - s.dependency 'OTXCFramework','2.28.2' + s.dependency 'OTXCFramework','2.29.0' end