[Notice] BidmadSDK change due to VungleSDK Update[ENG] - bidmad/Bidmad-Android GitHub Wiki
[Notice] BidmadSDK change due to VungleSDK Update
After June 29th, apps with versions lower than Vungle SDK 6.5 will be rejected when submitting new releases/updates from the Google Play Store. In this regard, since we have updated the SDK, customers who have applied a version lower than BidmadSDK 1.9.2, please take action according to the guide below.
Check the SDK version applied
BidmadSDK supports Android version and AndroidX version.
There are two ways to distinguish the two versions.
-
By File Name
The AndroidX version of SDK contains androidx in the file name
BidmadSDK-1.9.2-androidx-release.aar -> AndroidX supported version BidmadSDK-1.9.2-release.aar -> Android supported version -
By Funtion Call (Android Stuiod Only)
Check whether androidx is included in the return string by calling the function below.
Common.getSDKVersion()
Android version guide
Vungle version 6.5 supports AndroidX, so you can no longer use the Vungle network in the Android environment.
Please migrate the project to AndroidX or remove the SDK related to Vungle described below.
*Check the build.gradle file for Android Studio users and mainTemplate.gradle file for Unity Editor users.
implementation 'com.google.ads.mediation:vungle:6.3.24.1'
implementation 'com.vungle:publisher-sdk-android:6.3.24'
implementation 'com.mopub.mediation:vungle:6.3.24.0'
AndroidX version guide
If you are an AndroidX user, please follow the Guide and apply the BidmadSDK 1.9.2 version.