Skip to content

Commit 6ea1748

Browse files
google-ima-devrel-botIMA Developer Relations
authored andcommitted
Updates samples to use IMA SDK version 3.30.1.
PiperOrigin-RevId: 893080255
1 parent 32ae8db commit 6ea1748

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
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.30.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.1'
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.30.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.1'
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.30.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.1'
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.30.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.1'
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.30.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.1'
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.30.0'
5+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.1'
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.30.0'
4+
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.30.1'
55
pod 'GoogleUserMessagingPlatform'
66
end

0 commit comments

Comments
 (0)