Android
This document will guide you through an easy-to-follow process of adding Adster.Tech as your third-party ad network mediation partner for your mobile banner, interstitial, and rewarded ads.
Last updated
This document will guide you through an easy-to-follow process of adding Adster.Tech as your third-party ad network mediation partner for your mobile banner, interstitial, and rewarded ads.
App Prerequisite
minSdkVersion of 21 or higher
compileSdkVersion of 33 or higher
Open the build.gradle (Module: app) file.
Find the dependencies block and add from below for respective mediation platform.
Add the below proguard rule in the final release build -keep class com.adster.** { *; }
Last updated
dependencies {
implementation 'com.adstertech:customadapter-ironsource:2.2.3'
}