The extension uses iOS and Android SDKs.
Open extension-admob/manifests/android/build.gradle
and change version in compile 'com.google.android.gms:play-services-ads:X.X.X'
to the latest.
Check Release Notes to make sure there are no breaking changes and all new APIs implemented.
Open extension-admob/manifests/ios/Podfile
and change version in pod 'Google-Mobile-Ads-SDK', 'X.X.X'
to the latest.
Check Release Notes to make sure there are no breaking changes and all new APIs implemented.