Home / IronSource / IronSource Android SDK Mediation / Integrate the SDK with Maven

IronSource Android SDK Mediation

Integrate the SDK with Maven

Add this line in your "build.gradle":

repositories {
mavenCentral()
}

dependencies {
implementation 'com.tappx.sdk.android:tappx-sdk:4.+'
}

Important:

  • IronSource sdk version is only available from 3.2.4.

Activate geolocation (Recommended):

Setting the call to this function to "TRUE" will trigger custom ad search by geolocation. This it can cause revenue to increase by having more focused ads for the user. It must be placed in some main function know that it will be executed.

Tappx.setCollectLocationEnabled(context,true);