Skip to content

Commit b0596a7

Browse files
authored
Merge pull request #101 from venkinmobi/master
Added Support for kotlin sdk 10.5.4
2 parents 4672eae + 8bf7757 commit b0596a7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

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

4-
Modified: 31 October, 2022
4+
Modified: 16 February, 2023
55

6-
SDK Version: 10.5.3
6+
SDK Version: 10.5.4
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!
@@ -31,8 +31,7 @@ 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
34+
• Gradle 7.0 support
3635
• Bug fixes
3736

3837
## 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.3"
24+
inmobiSdkVersion = "10.5.4"
2525
fresco = "0.12.0"
2626
picasso = "2.8"
2727
browser = "1.3.0"

sdk/ChangeLog.md

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

4+
## Build 10.5.4 [16/Feb/2023]
5+
• Gradle 7.0 support
6+
• Bug fixes
7+
48
## Build 10.5.3 [31/October/2022]
59
• Contextual Data support
610
• Audio Ad support

0 commit comments

Comments
 (0)