File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
ThirdPartyAdapters/inmobi Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11## InMobi Android Mediation Adapter Changelog
22
3+ #### Version 10.8.8.0 (In progress)
4+
35#### Version 10.8.7.1
46- Native Ads now call destroy() when untrackView is called.
57- Verified compatibility with InMobi Kotlin SDK version 10.8.7.
Original file line number Diff line number Diff line change 1010 // String property to store the proper name of the mediation network adapter.
1111 adapterName = " InMobi"
1212 // String property to store version name.
13- stringVersion = " 10.8.7.1 "
13+ stringVersion = " 10.8.8.0 "
1414 // String property to store group id.
1515 stringGroupId = " com.google.ads.mediation"
1616 // Jacoco version to generate code coverage data
@@ -24,7 +24,7 @@ android {
2424 defaultConfig {
2525 minSdkVersion 23
2626 targetSdk 33
27- versionCode 10080701
27+ versionCode 10080800
2828 versionName stringVersion
2929 consumerProguardFiles ' proguard-rules.pro'
3030 buildConfigField(' String' , ' ADAPTER_VERSION' , " \" ${ stringVersion} \" " )
@@ -120,7 +120,7 @@ dependencies {
120120 implementation " org.jacoco:org.jacoco.core:$jacocoVersion "
121121
122122 // inMobi SDK
123- implementation ' com.inmobi.monetization:inmobi-ads-kotlin:10.8.7 '
123+ implementation ' com.inmobi.monetization:inmobi-ads-kotlin:10.8.8 '
124124
125125 // Unit tests
126126 testImplementation ' junit:junit:4.13.2'
You can’t perform that action at this time.
0 commit comments