Skip to content

Commit

Permalink
Updating UnityAds Unity mediation plugin to support the latest adapte…
Browse files Browse the repository at this point in the history
…rs (4.11.3.1, 4.12.0.0)

PiperOrigin-RevId: 644084914
  • Loading branch information
Mobile Ads Developer Relations authored and maddevrelgithubbot committed Jun 17, 2024
1 parent 7b5650d commit 54f77b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mediation/UnityAds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project.ext {
'UNITY_EXE environment variable and point it to your Unity installation.')
}

versionString = '3.11.1'
versionString = '3.12.0'
adapterName = 'UnityAds'
pluginName = "GoogleMobileAds${adapterName}Mediation"
pluginFileName = "${pluginName}.unitypackage"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependencies>
<androidPackages>

<androidPackage spec="com.google.ads.mediation:unity:4.11.3.0">
<androidPackage spec="com.google.ads.mediation:unity:4.12.0.0">
<repositories>
<repository>https://repo.maven.apache.org/maven2/</repository>
<repository>https://dl.google.com/dl/android/maven2/</repository>
Expand All @@ -26,7 +26,7 @@

<!-- If using the Unity Ads Service from Unity3D, comment out this dependency to avoid
including the Unity Android SDK twice. -->
<androidPackage spec="com.unity3d.ads:unity-ads:4.11.3">
<androidPackage spec="com.unity3d.ads:unity-ads:4.12.0">
<repositories>
<repository>https://repo.maven.apache.org/maven2/</repository>
</repositories>
Expand Down

0 comments on commit 54f77b9

Please sign in to comment.