Skip to content

Commit

Permalink
Updating iMobile Unity mediation plugin to support the latest adapter…
Browse files Browse the repository at this point in the history
…s (2.3.4.0, 2.3.2.0)

PiperOrigin-RevId: 644085420
  • Loading branch information
Mobile Ads Developer Relations authored and maddevrelgithubbot committed Jun 17, 2024
1 parent 4615b08 commit f91e3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mediation/IMobile/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 = '1.3.4'
versionString = '1.3.5'
adapterName = 'IMobile'
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:imobile:2.3.1.2">
<androidPackage spec="com.google.ads.mediation:imobile:2.3.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 f91e3ee

Please sign in to comment.