AI-generated Key Takeaways
-
AdColony is now deprecated.
-
It is recommended to remove the AdColony SDK and adapter from your project.
-
Instructions are provided for removing AdColony artifacts in Android Studio or via manual integration.
-
Instructions are provided for removing AdColony from mediation groups in the AdMob UI.
Remove AdColony SDK and adapter
With AdColony being deprecated, we recommend removing the AdColony SDK and adapter from your project.
Android Studio
Remove the adcolony artifact from your app-level build.gradle file:
dependencies {
implementation("com.google.android.gms:play-services-ads:24.7.0")
implementation("com.google.ads.mediation:adcolony:4.8.0.2")
}
Manual integration
- Remove the AdColony Android SDK from your project.
- Remove the AdColony Android adapter
.aarartifact from your project.
Remove AdColony from mediation groups
Follow the instructions in the AdMob help center to remove AdColony from all of your mediation groups in the AdMob user interface (UI).