Skip to content

Commit

Permalink
Updating IronSource Unity mediation plugin to support the latest adap…
Browse files Browse the repository at this point in the history
…ters (8.1.0.0.1, 8.1.0.0)

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

versionString = '3.0.1'
versionString = '3.1.0'
adapterName = 'IronSource'
pluginName = "GoogleMobileAds${adapterName}Mediation"
pluginFileName = "${pluginName}.unitypackage"
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:ironsource:8.0.0.1">
<androidPackage spec="com.google.ads.mediation:ironsource:8.1.0.0">
<repositories>
<repository>https://android-sdk.is.com/</repository>
<repository>https://dl.google.com/dl/android/maven2/</repository>
Expand All @@ -25,6 +25,6 @@
</androidPackages>

<iosPods>
<iosPod name="GoogleMobileAdsMediationIronSource" version="8.0.0.0.1"/>
<iosPod name="GoogleMobileAdsMediationIronSource" version="8.1.0.0.1"/>
</iosPods>
</dependencies>

0 comments on commit e351ada

Please sign in to comment.