Integrate nend with Mediation (Deprecated)

  • The nend SDK and adapter are deprecated and should be removed from your project.

  • Instructions are provided for removing nend from Android Studio projects and manual integrations.

  • nend should also be removed from all yield groups in the Ad Manager UI.

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.7.0")
    implementation("com.google.ads.mediation:nend:10.0.0.1")
}
// ...

Manual integration

  1. Remove the nend Android SDK from your project.
  2. Remove the nend Android adapter .aar artifact from your project.

Remove nend from yield groups

Follow the instructions in the Ad Manager help center to remove nend from all of your yield groups in the Ad Manager UI.