Hey guys, I got the same email also see below
Hello, AdMob is committed to providing you the most effective monetisation solutions. As we innovate, it’s important that we leverage the latest technologies to bolster our platform. As part of this movement, we are deprecating versions 6.4.1 and lower of the Android Google Mobile Ads SDK on 15 September 2016. In order to ensure that your ads continue to serve after 15 September 2016, please upgrade to Google Mobile Ads SDK 7.0.0 or higher. The newer Google Mobile Ads SDKs have many more benefits for you:
-
Seamless auto-updates. Changes to the Google Mobile Ads SDK for Android get pushed seamlessly to users through Google Play services, so that you can focus your time where it matters
- You won’t need to spend time updating your apps with the latest versions of the ads SDK each time it changes
- New features and bug fixes will also reach users through auto-updates
-
Better user experiences. Users will find it easier to manage updating their apps as some improvements will automatically be received in the background.
To upgrade your SDK, add the latest version of play-services (listed under dependencies) in your Gradle Build configuration file. For example, the following added v9.0: apply plugin: ‘com.android.application’
…
dependencies {
compile ‘com.google.android.gms:play-services:9.0.2’
}
Stay tuned for more updates and tips. Cheers,
The AdMob Team