Skip to content

Commit

Permalink
Updating Pangle Unity mediation plugin to support the latest adapters…
Browse files Browse the repository at this point in the history
… (6.4.0.5.0, 6.4.1.0.0)

PiperOrigin-RevId: 715008454
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Jan 13, 2025
1 parent 5d5d346 commit a0eddb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pangle/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 = '4.5.2'
versionString = '4.5.3'
adapterName = 'Pangle'
pluginName = "GoogleMobileAds${adapterName}Mediation"
pluginFileName = "${pluginName}.unitypackage"
Expand Down
2 changes: 1 addition & 1 deletion Pangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.google.ads.mobile.mediation.pangle",
"version": "4.5.2",
"version": "4.5.3",
"displayName": "Google Mobile Ads Pangle Mediation",
"keywords": [
"Google",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<dependencies>
<androidPackages>
<androidPackage spec="com.google.ads.mediation:pangle:6.4.0.4.0">
<androidPackage spec="com.google.ads.mediation:pangle:6.4.0.5.0">
<repositories>
<repository>https://repo.maven.apache.org/maven2/</repository>
<repository>https://dl.google.com/dl/android/maven2/</repository>
Expand All @@ -26,6 +26,6 @@
</androidPackages>

<iosPods>
<iosPod name="GoogleMobileAdsMediationPangle" version="6.4.0.8.0"/>
<iosPod name="GoogleMobileAdsMediationPangle" version="6.4.1.0.0"/>
</iosPods>
</dependencies>

0 comments on commit a0eddb5

Please sign in to comment.