Skip to content

Commit

Permalink
feat(deps): mobile ads sdk upgrade - ios 10.3.0 / android 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Apr 14, 2023
1 parent 7e7760a commit 61bee9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/displaying-ads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ function App() {
return (
<BannerAd
unitId={adUnitId}
size={BannerAdSize.FULL_BANNER}
size={BannerAdSize.ANCHORED_ADAPTIVE_BANNER}
requestOptions={{
requestNonPersonalizedAdsOnly: true,
}}
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": "10.2.0",
"googleMobileAds": "10.3.0",
"googleUmp": "2.0.1"
},
"android": {
"minSdk": 19,
"targetSdk": 30,
"compileSdk": 31,
"buildTools": "31.0.0",
"googleMobileAds": "21.5.0",
"googleMobileAds": "22.0.0",
"googleUmp": "2.0.0"
}
},
Expand Down

0 comments on commit 61bee9a

Please sign in to comment.