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.6.0.0, 10.6.2.0)

PiperOrigin-RevId: 599891949
  • Loading branch information
maddevrelgithubbot committed Jan 19, 2024
1 parent c75f06e commit 361fb4a
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.4.0'
versionString = '4.4.1'
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.0.0">
<androidPackage spec="com.google.ads.mediation:inmobi:10.6.2.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 361fb4a

Please sign in to comment.