Problem
Gradle cannot resolve com.unity3d.ads-mediation:adquality-unity-sdk-bridge:9.5.0.
Could not find com.unity3d.ads-mediation:adquality-unity-sdk-bridge:9.5.0 — artifact does not appear in commonly used Maven repos (same search paths as Gradle: Google Maven, Maven Central, etc.). com.unity3d.ads-mediation:adquality-sdk may list newer versions elsewhere, but the Unity bridge artifact for matching versions is missing or not published to those repositories.
This blocks Android CI builds after bumping IronSource Ad Quality / LevelPlay mediation dependencies that request this coordinate.
Expected
Either:
- Publish
adquality-unity-sdk-bridge:9.5.0 to the documented Unity / IronSource Maven repository(s), or
- Document explicitly which repository URL Gradle must declare (with an example block for External Dependency Manager /
settingsTemplate.gradle).
Environment
- Unity Android Gradle / External Dependency Manager
- Coordinate:
com.unity3d.ads-mediation:adquality-unity-sdk-bridge:9.5.0
If the intended version label is different (e.g. Unity package 4.5.0 vs Android 9.5.0), please align publishing so the bridge version matches the SDK version published in release notes.
Problem
Gradle cannot resolve
com.unity3d.ads-mediation:adquality-unity-sdk-bridge:9.5.0.Could not find com.unity3d.ads-mediation:adquality-unity-sdk-bridge:9.5.0— artifact does not appear in commonly used Maven repos (same search paths as Gradle: Google Maven, Maven Central, etc.).com.unity3d.ads-mediation:adquality-sdkmay list newer versions elsewhere, but the Unity bridge artifact for matching versions is missing or not published to those repositories.This blocks Android CI builds after bumping IronSource Ad Quality / LevelPlay mediation dependencies that request this coordinate.
Expected
Either:
adquality-unity-sdk-bridge:9.5.0to the documented Unity / IronSource Maven repository(s), orsettingsTemplate.gradle).Environment
com.unity3d.ads-mediation:adquality-unity-sdk-bridge:9.5.0If the intended version label is different (e.g. Unity package
4.5.0vs Android9.5.0), please align publishing so the bridge version matches the SDK version published in release notes.