diff --git a/.github/workflows/sample_test.yml b/.github/workflows/sample_test.yml index d52709ab..d7c41c0a 100644 --- a/.github/workflows/sample_test.yml +++ b/.github/workflows/sample_test.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.4.1 with: - xcode-version: '14.3.1' + xcode-version: '16.2.0' - name: Pack Library run: | npm pack 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