diff --git a/README.md b/README.md index bdf097e..bfe85cc 100755 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ Change Log: All notable changes to this project will be documented in this section. +### 1.1.7 - Updated Kaltura SDK, added external subtitles support and improvments. + ### 1.1.6 - Added option to override full screen and minimise button ### 1.1.5 - Fixed rotation issue on iOS 16 diff --git a/StreamAMGSDK.podspec b/StreamAMGSDK.podspec index dadd590..f941049 100644 --- a/StreamAMGSDK.podspec +++ b/StreamAMGSDK.podspec @@ -56,17 +56,17 @@ end spec.subspec 'PlayKit' do |playkit| playkit.source_files = "Source/StreamSDKPlayKit/**/*.*" -playkit.dependency 'PlayKit', '3.25.0' -playkit.dependency 'PlayKit_IMA', '1.11.0' -playkit.dependency 'PlayKitProviders', '1.16.0' -playkit.dependency 'PlayKitYoubora', '1.12.0' +playkit.dependency 'PlayKit', '3.27.0' +playkit.dependency 'PlayKit_IMA', '1.13.0' +playkit.dependency 'PlayKitProviders', '1.18.0' +playkit.dependency 'PlayKitYoubora', '1.15.0' playkit.resource_bundles = { 'AMGPlayKitBundle' => 'Source/Media/*.*'} end spec.subspec 'PlayKit2Go' do |playkit2go| playkit2go.source_files = "Source/StreamSDKPlayKit2Go/**/*.*" playkit2go.dependency "StreamAMGSDK/PlayKit" -playkit2go.dependency 'DownloadToGo', '3.17.0' +playkit2go.dependency 'DownloadToGo', '3.18.0' end end