Skip to content

Commit 97cd86d

Browse files
Merge pull request #94 from sunilkuna5-inmobi/master
Added support for sdk 10.0.7
2 parents b365288 + 35e6f29 commit 97cd86d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

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

4-
Modified: 13 May, 2022
4+
Modified: 25 May, 2022
55

6-
SDK Version: 10.0.6
6+
SDK Version: 10.0.7
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:10.0.6'
23+
implementation 'com.inmobi.monetization:inmobi-ads:10.0.7'
2424
}
2525
```
2626

@@ -31,9 +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-
• Custom Browser Support
35-
• Dynamic orientation Support
36-
• Improvements in ad response size and rendering
34+
• Bug Fixes
3735

3836
## Requirements
3937
- Android 4.0.1 (API level 15) and higher

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.0.6"
24+
inmobiSdkVersion = "10.0.7"
2525
fresco = "0.12.0"
2626
picasso = "2.71828"
2727
browser = "1.3.0"

sdk/ChangeLog.md

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

4+
## Build 10.0.7 [25/May/2022]
5+
• Bug Fixes
6+
47
## Build 10.0.6 [13/May/2022]
58
• Custom Browser Support
69
• Dynamic orientation Support

0 commit comments

Comments
 (0)