Skip to content

Commit 570ea82

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating InMobi Android adapter for release version 10.8.8
PiperOrigin-RevId: 813348543
1 parent cbc3921 commit 570ea82

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ThirdPartyAdapters/inmobi/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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.

ThirdPartyAdapters/inmobi/inmobi/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
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'

0 commit comments

Comments
 (0)