BidmadSDK 1.10.6 Update Guide[ENG] - bidmad/Bidmad-Android GitHub Wiki
(Android) BidmadSDK 1.10.6 Update Guide
The Ad Network library has been updated to support Android 11 from version 1.10.6. *The libraries provided in the latest version support AndroidX, so please follow the migration guide to migrate your project to AndroidX.
Android Studio Project
-
CaulySDK Update (CaulySDK.aar is download from sample)
- Replace CaulySDK-3.5.09 in libs of bidmadsdk modul with CaulySDK-3.5.11
- Change Cauly information as below in build.gradle of bidmadsdk modul.
implementation(name: 'CaulySDK-3.5.11', ext: 'aar')
-
BidmadSDK Version Update
- Change the bidmadSDK version to 1.10.6 in build.gradle : app dependencies
implementation 'com.adop.sdk:bidmad-androidx:1.10.6' //Androidx User