chore(ios): bump IMA SDK to 3.22.1 (#3783)

This commit is contained in:
Philip Heinser 2024-05-20 14:34:55 +01:00 committed by GitHub
parent cd42dd78c9
commit 77f7255c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ Pod::Spec.new do |s|
if defined?($RNVideoUseGoogleIMA)
Pod::UI.puts "RNVideo: enable IMA SDK"
ss.ios.dependency 'GoogleAds-IMA-iOS-SDK', '~> 3.18.1'
ss.ios.dependency 'GoogleAds-IMA-iOS-SDK', '~> 3.22.1'
ss.tvos.dependency 'GoogleAds-IMA-tvOS-SDK', '~> 4.2'
ss.pod_target_xcconfig = {
'OTHER_SWIFT_FLAGS' => '$(inherited) -D USE_GOOGLE_IMA'