Android

Including the AppLovin MAX Adapter for Android into your app

Ensure that Maven Central is included in your repositories:

repositories {
    // [... other project repos]
    mavenCentral()
}

Update your dependencies to include the latest MobileFuse AppLovin Adapter:

dependencies {
    // [... other project dependencies]
    implementation 'com.mobilefuse.sdk:mobilefuse-adapter-applovin:+'
}