Skip to content

Commit

Permalink
Updating InMobi Unity mediation plugin to support the latest adapters…
Browse files Browse the repository at this point in the history
… (10.7.2.0, 10.7.3.0)

PiperOrigin-RevId: 644085011
  • Loading branch information
Mobile Ads Developer Relations authored and maddevrelgithubbot committed Jun 17, 2024
1 parent 54f77b9 commit 4615b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mediation/InMobi/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.1'
versionString = '4.6.0'
adapterName = 'InMobi'
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:inmobi:10.6.7.1">
<androidPackage spec="com.google.ads.mediation:inmobi:10.7.3.0">
<repositories>
<repository>https://repo.maven.apache.org/maven2/</repository>
<repository>https://dl.google.com/dl/android/maven2/</repository>
Expand Down

0 comments on commit 4615b08

Please sign in to comment.