AI-generated Key Takeaways
-
The nend SDK and adapter are now deprecated and should be removed from your Android project.
-
Remove the nend artifact and dependencies from your
build.gradle
file for Android Studio projects or manually remove the SDK and adapter if integrated manually. -
Ensure you remove nend from all mediation groups within the AdMob UI using the instructions in the AdMob help center.
Remove nend SDK and adapter
With nend being deprecated, we recommend removing the nend SDK and adapter from your project.
Android Studio
Remove the nend
artifact from your app-level build.gradle
file:
repositories {
google()
maven {
url = uri("https://fan-adn.github.io/nendSDK-Android-lib/library")
}
}
// ...
dependencies {
implementation("com.google.android.gms:play-services-ads:24.6.0")
implementation("com.google.ads.mediation:nend:10.0.0.1")
}
// ...
Manual integration
- Remove the nend Android SDK from your project.
- Remove the nend Android adapter
.aar
artifact from your project.
Remove nend from mediation groups
Follow the instructions in the AdMob help center to remove nend from all of your mediation groups in the AdMob UI.