Skip to content

Commit ffedb79

Browse files
sikhirabIMA Developer Relations
authored andcommitted
Update IMA iOS samples to use SDK version 3.30.0.
PiperOrigin-RevId: 884578135
1 parent 80ed70d commit ffedb79

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '15'
22

33
target "AdvancedExample" do
4-
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.28.10'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.0'
55
end

Objective-C/BasicExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '15'
22

33
target "BasicExample" do
4-
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.28.10'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.0'
55
end

Objective-C/UmpExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
platform :ios, '15'
22

33
target "UmpExample" do
4-
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.28.10'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.0'
55
pod 'GoogleUserMessagingPlatform'
66
end

Swift/AdvancedExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '15'
22

33
target "AdvancedExample" do
4-
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.28.10'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.0'
55
end

Swift/BasicExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '15'
22

33
target "BasicExample" do
4-
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.28.10'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.0'
55
end

Swift/Snippets/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ platform :ios, '17'
22
project 'Snippets.xcodeproj'
33

44
target 'Snippets' do
5-
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.28.10'
5+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.0'
66
end

Swift/UmpExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
platform :ios, '15'
22

33
target "UmpExample" do
4-
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.28.10'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.0'
55
pod 'GoogleUserMessagingPlatform'
66
end

0 commit comments

Comments
 (0)