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.applovin.mediation:mobilefuse-adapter:+'
}
Updated 6 days ago