Pangle's auto-update plugin can assist developers in automatically upgrading the Pangle SDK to match the adapters of various ad networks (currently 5: AdMob, IronSource, Max, TradPlus, and TopOn), eliminating the need for developers to manually configure the Pangle SDK and its version. It boasts fast access, flexible configuration, and plugin self-updating features.
implementation('com.google.ads.mediation:pangle:5.4.0.9.0')
api('com.google.ads.mediation:pangle:5.4.1.0.0')
implementation(name: "open_ad_sdk", ext: 'aar')
implementation('com.google.ads.mediation:pangle:+')
build.gradle
settingbuild.gradle
settingbuild.gradle
file for your app and configure it as below.Error Message | Reason | Solution |
org.gradle.api.GradleException: Network request failed | Network error | Check whether the network is normal and whether there is proxy interception, etc. |
org.gradle.api.GradleException: Set readLocationAutoVersion = true,But local configuration files(pangle_location_version.txt)not found,Please check and try again | Used local mode and didn't upload pangle_location_version.txt to git. | Need to upload pangle_location_version.txt to git |
org.gradle.api.GradleException: can not get pangle sdk version | No pangle dependency found. | Need to integrate pangle first. |