Skip to content

Commit

Permalink
feat(deps)!: mobile ads sdk upgrade - ios 10.2.0 / android 21.5.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
- Ads are no longer served on iOS 11. iOS 12 is required to retrieve ads, though iOS 10 is still supported.
- Building with bitcode is no longer supported. Disabling bitcode in your mobile apps is now required to integrate the Google Mobile Ads SDK (iOS).
  • Loading branch information
dylancom authored Mar 7, 2023
1 parent e27d70c commit feb7eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class ReactNativeGoogleMobileAdsAppOpenModule(reactContext: ReactApplicationCont
activity,
adUnitId,
adRequest,
AppOpenAd.APP_OPEN_AD_ORIENTATION_PORTRAIT,
object :
AppOpenAd.AppOpenAdLoadCallback() {
override fun onAdLoaded(ad: AppOpenAd) {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
],
"sdkVersions": {
"ios": {
"googleMobileAds": "9.14.0",
"googleUmp": "2.0.0"
"googleMobileAds": "10.2.0",
"googleUmp": "2.0.1"
},
"android": {
"minSdk": 19,
"targetSdk": 30,
"compileSdk": 31,
"buildTools": "31.0.0",
"googleMobileAds": "21.4.0",
"googleMobileAds": "21.5.0",
"googleUmp": "2.0.0"
}
},
Expand Down

0 comments on commit feb7eb3

Please sign in to comment.