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.3.0.0, 8.3.0.0.1)

PiperOrigin-RevId: 681590888
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Oct 2, 2024
1 parent cb6f9b0 commit 4792f69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.3.0'
versionString = '3.3.1'
adapterName = 'IronSource'
pluginName = "GoogleMobileAds${adapterName}Mediation"
pluginFileName = "${pluginName}.unitypackage"
Expand Down
2 changes: 1 addition & 1 deletion IronSource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.google.ads.mobile.mediation.ironsource",
"version": "3.3.0",
"version": "3.3.1",
"displayName": "Google Mobile Ads IronSource Mediation",
"keywords": [
"Google",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
</androidPackages>

<iosPods>
<iosPod name="GoogleMobileAdsMediationIronSource" version="8.3.0.0.0"/>
<iosPod name="GoogleMobileAdsMediationIronSource" version="8.3.0.0.1"/>
</iosPods>
</dependencies>

0 comments on commit 4792f69

Please sign in to comment.