Share your feedback about GMA Next-Gen SDK in the
#gma-next-gen-sdk Discord channel of the Google Advertising and Measurement Community server.
Send feedback
Integrate nend with mediation
Stay organized with collections
Save and categorize content based on your preferences.
Deprecated: nend is now deprecated.
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:25.4.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.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-24 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-24 UTC."],[],[]]