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.1.1.0, 10.1.1.0)

PiperOrigin-RevId: 488779782
  • Loading branch information
joshuajplagonera authored and maddevrelgithubbot committed Nov 15, 2022
1 parent 45961d3 commit 649515b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions mediation/InMobi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## InMobi Unity Mediation Plugin Changelog

#### Version 4.2.0 (In Progress)
- Supports [InMobi Android adapter version 10.1.1.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/inmobi/CHANGELOG.md#version-10110).
- Supports [InMobi iOS adapter version 10.1.1.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/InMobi/CHANGELOG.md#version-10110).
- Built and tested with the Google Mobile Ads Unity Plugin version 7.3.0.

#### [Version 4.1.0](https://dl.google.com/googleadmobadssdk/mediation/unity/inmobi/InMobiUnityAdapter-4.1.0.zip)
- Supports [InMobi Android adapter version 10.0.9.0](https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/inmobi/CHANGELOG.md#version-10090).
- Supports [InMobi iOS adapter version 10.1.0.0](https://github.com/googleads/googleads-mobile-ios-mediation/blob/main/adapters/InMobi/CHANGELOG.md#version-10100).
Expand Down
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.1.0'
versionString = '4.2.0'
adapterName = 'InMobi'
pluginName = "GoogleMobileAds${adapterName}Mediation"
pluginFileName = "${pluginName}.unitypackage"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.google.ads.mediation:inmobi:10.0.9.0">
<androidPackage spec="com.google.ads.mediation:inmobi:10.1.1.0">
<repositories>
<repository>https://repo.maven.apache.org/maven2/</repository>
<repository>https://dl.google.com/dl/android/maven2/</repository>
Expand All @@ -9,7 +9,7 @@
</androidPackages>

<iosPods>
<iosPod name="GoogleMobileAdsMediationInMobi" version="10.1.0.0">
<iosPod name="GoogleMobileAdsMediationInMobi" version="10.1.1.0">
<sources>
<source>https://github.com/CocoaPods/Specs</source>
</sources>
Expand Down

0 comments on commit 649515b

Please sign in to comment.