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.12.5.1, 4.12.5.0)

PiperOrigin-RevId: 717995110
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Jan 21, 2025
1 parent ab25551 commit a147f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.12.5'
versionString = '3.12.6'
adapterName = 'UnityAds'
pluginName = "GoogleMobileAds${adapterName}Mediation"
pluginFileName = "${pluginName}.unitypackage"
Expand Down
2 changes: 1 addition & 1 deletion UnityAds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.google.ads.mobile.mediation.unity",
"version": "3.12.5",
"version": "3.12.6",
"displayName": "Google Mobile Ads Unity Ads Mediation",
"keywords": [
"Google",
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.12.5.0">
<androidPackage spec="com.google.ads.mediation:unity:4.12.5.1">
<repositories>
<repository>https://repo.maven.apache.org/maven2/</repository>
<repository>https://dl.google.com/dl/android/maven2/</repository>
Expand Down

0 comments on commit a147f4b

Please sign in to comment.