File tree 3 files changed +8
-3
lines changed
source/plugin/Assets/GoogleMobileAds/Editor 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
## InMobi Unity Mediation Plugin Changelog
2
2
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
+
3
8
#### [ Version 4.1.0] ( https://dl.google.com/googleadmobadssdk/mediation/unity/inmobi/InMobiUnityAdapter-4.1.0.zip )
4
9
- 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 ) .
5
10
- 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 ) .
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ project.ext {
19
19
' UNITY_EXE environment variable and point it to your Unity installation.' )
20
20
}
21
21
22
- versionString = ' 4.1 .0'
22
+ versionString = ' 4.2 .0'
23
23
adapterName = ' InMobi'
24
24
pluginName = " GoogleMobileAds${ adapterName} Mediation"
25
25
pluginFileName = " ${ pluginName} .unitypackage"
Original file line number Diff line number Diff line change 1
1
<dependencies >
2
2
<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" >
4
4
<repositories >
5
5
<repository >https://repo.maven.apache.org/maven2/</repository >
6
6
<repository >https://dl.google.com/dl/android/maven2/</repository >
9
9
</androidPackages >
10
10
11
11
<iosPods >
12
- <iosPod name =" GoogleMobileAdsMediationInMobi" version =" 10.1.0 .0" >
12
+ <iosPod name =" GoogleMobileAdsMediationInMobi" version =" 10.1.1 .0" >
13
13
<sources >
14
14
<source >https://github.com/CocoaPods/Specs</source >
15
15
</sources >
You can’t perform that action at this time.
0 commit comments