We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862134b commit 8dc3995Copy full SHA for 8dc3995
Podfile
@@ -1,15 +1,15 @@
1
project 'TeadsDemoApp.xcodeproj'
2
3
# Uncomment the next line to define a global platform for your project
4
-# platform :ios, '9.0'
+# platform :ios, '10.0'
5
6
target 'TeadsDemoApp' do
7
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
8
use_frameworks!
9
10
# Pods for TeadsDemoApp
11
- pod 'GoogleMobileAdsMediationTeads', '4.7.8'
12
- pod 'MoPub-Teads-Adapters', '4.7.8'
+ pod 'GoogleMobileAdsMediationTeads', '4.8.0'
+ pod 'MoPub-Teads-Adapters', '4.8.0'
13
14
end
15
0 commit comments