Step 5. Add the** BIGO Ads **Adapter to Your Build
Unity LevelPlay supports both Gradle dependencies and manual download mechanisms.
Gradle
-
Make sure the following Maven URL exists in your build.gradle script of your app module.
repositories { mavenCentral() }
-
Add the adapter's Maven name to your build.gradle script of your app module.
dependencies { implementation 'com.unity3d.ads-mediation:bigo-adapter:4.3.10' implementation 'com.bigossp:bigo-ads:5.4.0' }
You can now deliver BIGO Ads within your application.