[Notice] Remove MobonSDK included in BidmadSDK[ENG] - bidmad/Bidmad-Android GitHub Wiki

Remove MobonSDK included in BidmadSDK


It has been confirmed that the Mobon SDK contains a violation of the Google Play Store policy. This has been confirmed as an issue occurring in io.github.mobon:mobonSDK 1.0.0.18 or lower version (2021/7/19 distribution).

In BidmadSDK version 1.14.0 or lower, io.github.mobon:mobonSDK 1.0.0.18 or lower mobonSDK is set as a dependency. To resolve the issue, please follow the guide below to Update the SDK or keep the SDK version and remove the Dependency.


Remove MobonSDK Dependency from your current version

  1. Exclude dependency from BidmadSDK in app's dependencies
  • When using bidmad-androidx version less than 1.14.0
    implementation ('com.adop.sdk:bidmad-androidx:1.xx.x'){
       exclude group: "com.mobon.sdk", module: "com.mobon.sdk"
    }
  • When using bidmad-androidx version 1.14.0
    implementation ('com.adop.sdk:bidmad-androidx:1.14.0'){
       exclude group: "io.github.mobon", module: "mobonSDK"
    }
  1. Check if [com.mobon.sdk:com.mobon.sdk] or [io.github.mobon:mobonSDK] is properly removed from External Libraries in the Proejct window of Android Studio.

Bidmad 1.14.1 or higher version applied

Please follow the guide to update the version.