Skip to content

Commit 2c8a68f

Browse files
google-ima-devrel-botIMA Developer Relations
authored andcommitted
Updates samples for IMA v3.32.0.
PiperOrigin-RevId: 923579019
1 parent fa0bf44 commit 2c8a68f

8 files changed

Lines changed: 7 additions & 23 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.31.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.32.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.31.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.32.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.31.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.32.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.31.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.32.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.31.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.32.0'
55
end

Swift/BasicExample/Podfile.lock

Lines changed: 0 additions & 16 deletions
This file was deleted.

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.31.0'
5+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.32.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.31.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.32.0'
55
pod 'GoogleUserMessagingPlatform'
66
end

0 commit comments

Comments
 (0)