Skip to content

Commit 4672eae

Browse files
Merge pull request #99 from sunilkuna5-inmobi/master
Added Support for InMobi SDK 10.5.3
2 parents b77cb24 + 1bdcd61 commit 4672eae

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
InMobi SDK for Android
22
======================
33

4-
Modified: 13 October, 2022
4+
Modified: 31 October, 2022
55

6-
SDK Version: 10.5.2
6+
SDK Version: 10.5.3
77

88
Thanks for monetizing with InMobi!
99
If you haven't already, [sign up](https://www.inmobi.com/user/index?locale=en_us#signup) for an account to start monetizing your app!
@@ -20,7 +20,7 @@ repositories {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
implementation 'com.inmobi.monetization:inmobi-ads-kotlin:10.5.2'
23+
implementation 'com.inmobi.monetization:inmobi-ads-kotlin:10.5.3'
2424
}
2525
```
2626

@@ -31,6 +31,8 @@ To download the latest SDK as a AAR, please visit [http://inmobi.com/sdk](https:
3131
**To continue integrating with the InMobi SDK, please see the [Integration Guidelines](https://support.inmobi.com/monetize/android-guidelines/) for Android.**
3232

3333
## New in this version
34+
• Contextual Data support
35+
• Audio Ad support
3436
• Bug fixes
3537

3638
## Requirements

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
appVersionCode = 1
2222
appVersionName = "1.0.0"
2323

24-
inmobiSdkVersion = "10.5.2"
24+
inmobiSdkVersion = "10.5.3"
2525
fresco = "0.12.0"
2626
picasso = "2.8"
2727
browser = "1.3.0"

sdk/ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
InMobi Monetization SDK ChangeLog for Android
22
=============================================
33

4+
## Build 10.5.3 [31/October/2022]
5+
• Contextual Data support
6+
• Audio Ad support
7+
• Bug fixes
8+
9+
## Build 10.1.1 [31/October/2022]
10+
• Contextual Data support
11+
• Audio Ad support
12+
• Bug fixes
13+
414
## Build 10.5.2 [4/October/2022]
515
• Bug Fixes
616

0 commit comments

Comments
 (0)