Skip to content

Commit

Permalink
feat(deps)!: mobile ads sdk upgrade - ios 11.0.1, ump sdk 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Feb 22, 2024
1 parent b26f706 commit d924586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RNGoogleMobileAds.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.authors = "Invertase Limited"
s.source = { :git => "#{package["repository"]["url"]}.git", :tag => "v#{s.version}" }
s.social_media_url = 'http://twitter.com/invertaseio'
s.ios.deployment_target = "10.0"
s.ios.deployment_target = "12.0"
s.source_files = "ios/**/*.{h,m,mm,swift}"
s.weak_frameworks = "AppTrackingTransparency"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
],
"sdkVersions": {
"ios": {
"googleMobileAds": "10.14.0",
"googleUmp": "2.1.0"
"googleMobileAds": "11.0.1",
"googleUmp": "2.2.0"
},
"android": {
"minSdk": 19,
"targetSdk": 33,
"compileSdk": 33,
"buildTools": "33.0.0",
"googleMobileAds": "22.5.0",
"googleUmp": "2.1.0"
"googleUmp": "2.2.0"
}
},
"react-native-builder-bob": {
Expand Down

0 comments on commit d924586

Please sign in to comment.