Migrate Version 1.5.1 to 2.0.0
Version 2.0.0 introduced some breaking changes which warranted this short guide.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: