Skip to content

Commit 5fde51a

Browse files
Updating Pangle Unity mediation plugin to support the latest adapters (5.7.0.7.0, 5.7.0.1.0)
PiperOrigin-RevId: 599891628
1 parent 9d12f80 commit 5fde51a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mediation/Pangle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project.ext {
1919
'UNITY_EXE environment variable and point it to your Unity installation.')
2020
}
2121

22-
versionString = '2.4.0'
22+
versionString = '2.5.0'
2323
adapterName = 'Pangle'
2424
pluginName = "GoogleMobileAds${adapterName}Mediation"
2525
pluginFileName = "${pluginName}.unitypackage"

mediation/Pangle/source/plugin/Assets/GoogleMobileAds/Mediation/Pangle/Editor/PangleMediationDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<dependencies>
1818
<androidPackages>
19-
<androidPackage spec="com.google.ads.mediation:pangle:5.5.0.9.0">
19+
<androidPackage spec="com.google.ads.mediation:pangle:5.7.0.1.0">
2020
<repositories>
2121
<repository>https://repo.maven.apache.org/maven2/</repository>
2222
<repository>https://dl.google.com/dl/android/maven2/</repository>
@@ -26,6 +26,6 @@
2626
</androidPackages>
2727

2828
<iosPods>
29-
<iosPod name="GoogleMobileAdsMediationPangle" version="5.5.0.9.0"/>
29+
<iosPod name="GoogleMobileAdsMediationPangle" version="5.7.0.7.0"/>
3030
</iosPods>
3131
</dependencies>

0 commit comments

Comments
 (0)