Skip to content

Commit 649515b

Browse files
Updating InMobi Unity mediation plugin to support the latest adapters (10.1.1.0, 10.1.1.0)
PiperOrigin-RevId: 488779782
1 parent 45961d3 commit 649515b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

mediation/InMobi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## InMobi Unity Mediation Plugin Changelog
22

3+
#### Version 4.2.0 (In Progress)
4+
- 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).
5+
- 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).
6+
- Built and tested with the Google Mobile Ads Unity Plugin version 7.3.0.
7+
38
#### [Version 4.1.0](https://dl.google.com/googleadmobadssdk/mediation/unity/inmobi/InMobiUnityAdapter-4.1.0.zip)
49
- 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).
510
- 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).

mediation/InMobi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project.ext {
1919
'UNITY_EXE environment variable and point it to your Unity installation.')
2020
}
2121

22-
versionString = '4.1.0'
22+
versionString = '4.2.0'
2323
adapterName = 'InMobi'
2424
pluginName = "GoogleMobileAds${adapterName}Mediation"
2525
pluginFileName = "${pluginName}.unitypackage"

mediation/InMobi/source/plugin/Assets/GoogleMobileAds/Editor/InMobiMediationDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<androidPackages>
3-
<androidPackage spec="com.google.ads.mediation:inmobi:10.0.9.0">
3+
<androidPackage spec="com.google.ads.mediation:inmobi:10.1.1.0">
44
<repositories>
55
<repository>https://repo.maven.apache.org/maven2/</repository>
66
<repository>https://dl.google.com/dl/android/maven2/</repository>
@@ -9,7 +9,7 @@
99
</androidPackages>
1010

1111
<iosPods>
12-
<iosPod name="GoogleMobileAdsMediationInMobi" version="10.1.0.0">
12+
<iosPod name="GoogleMobileAdsMediationInMobi" version="10.1.1.0">
1313
<sources>
1414
<source>https://github.com/CocoaPods/Specs</source>
1515
</sources>

0 commit comments

Comments
 (0)