Skip to content

Commit

Permalink
minor update in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Sep 2, 2021
1 parent 7cd5c69 commit 509bbc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Update your Google Mobile Ads Library in Podfile.
Add these to your Podfile.

```
pod 'Google-Mobile-Ads-SDK', '8.7.0'
pod 'GoogleMobileAdsMediationFacebook', '6.5.1.0'
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleMobileAdsMediationFacebook'
```

Then run `pod update` & `pod install`
Then run `pod update` & `pod install`. If you are upgading, then run, `pod install --repo-update`

### Rename `onUnifiedNativeAdLoaded` to `onNativeAdLoaded`

Expand Down

0 comments on commit 509bbc0

Please sign in to comment.