Skip to content

Commit

Permalink
feat(deps): mobile ads SDK upgrade - iOS 9.14.0 / android 21.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Jan 13, 2023
1 parent 1158d1e commit c81eeb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ios/RNGoogleMobileAds/RNGoogleMobileAdsAppOpenModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class RNGoogleMobileAdsAppOpenModule: NSObject {
GADAppOpenAd.load(
withAdUnitID: adUnitId,
request: adRequest,
orientation: UIInterfaceOrientation.portrait,
completionHandler: completionHandler
)
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
],
"sdkVersions": {
"ios": {
"googleMobileAds": "9.12.0",
"googleMobileAds": "9.14.0",
"googleUmp": "2.0.0"
},
"android": {
"minSdk": 19,
"targetSdk": 30,
"compileSdk": 31,
"buildTools": "31.0.0",
"googleMobileAds": "21.3.0",
"googleMobileAds": "21.4.0",
"googleUmp": "2.0.0"
}
},
Expand Down

0 comments on commit c81eeb6

Please sign in to comment.