Does anyone know how to solve this? It keeps getting conflicts when I try to resolve.
Resolution failed
Failed to fetch the following dependencies:
com.unity3d.mediation:mediation-sdk:[1.0,2.0[
com.unity3d.mediation:unityads-adapter:[1.0,2.0[
com.ironsource.sdk:mediationsdk:8.0.0
com.google.android.gms:play-services-ads-identifier:18.0.1
com.google.android.gms:play-services-basement:18.1.0
com.google.android.gms:play-services-ads:23.0.0
com.ironsource.adapters:admobadapter:4.3.43
com.ironsource.adapters:applovinadapter:4.3.42
com.applovin:applovin-sdk:12.3.1
com.ironsource.adapters:unityadsadapter:4.3.37
com.unity3d.ads:unity-ads:4.10.0
com.vungle:vungle-ads:7.1.0
com.ironsource.adapters:vungleadapter:4.3.23
Seems to be centered around com.google.android.gms:play-services-basement
Hi @KingoJH
It looks like you’re trying to pull in the sunset Ads Mediation 1.0 + uAds adapter combo? Try removing those and resolve again with the 8.0.0 Levelplay mediation update. Please note that there are some API deprecations too:
@cnguyen_unitylevelplay hmm as far as I know, I don’t have those in the project. Where should I remove them? I removed anything related to ironsource as suggested by the update. Purely levelplay.
I had a folder called editor. After deleting this, it started to work. No clue why, I didn’t create this. It was automatically created I think possibly with the previous installation of the old ads/mediation package.
Admob also had some issues, after removing the levelplay package, also the levelplay folder, reinstalling levelplay and not install admob I managed to make a build. Would be nice if the ads window also has an option to just remove an ad network.
1 Like