Integration
Empower AdMob Mediation Integration
This document explains how to add Empower as an ad network using Google Mediation.
1. Add the Empower Maven Repository
In your project‑level build.gradle, register the Empower Maven repository inside allprojects → repositories:
allprojects {repositories {google()mavenCentral()// ...maven { url "https://maven.empower.net/release" }}}
2. Add the Dependency
To integrate Empower via AdMob Mediation, add the following dependency to your project.
In your app‑level build.gradle, add the following line to the dependencies block:
implementation "net.empower.mobile.ads:mediation-admob:1.1.3"
Note: If you prefer importing the library as an
.aarfile instead of via Gradle, the.aarartifact will be provided directly by the Empower network team.