1. Update AndroidManifest.xml
Before version 2.0.0 it was required to have the following metadata inside the application tag in theAndroidManifest.xml:
2. Update SDK Initialisation
Update to the new SDK configuration API which now requires the Google application ID as a parameter:3. Interstitial ads
If your application uses Interstitial ads, theCIInterstitialAd API no longer requires the context parameter, so this can be removed: