Skip to content

Commit 381e9fb

Browse files
committed
10.0.6 support added
1 parent 18cd36a commit 381e9fb

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

README.md

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

4-
Modified: 11 March, 2022
4+
Modified: 13 May, 2022
55

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

@@ -31,13 +31,9 @@ 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-
• Support for Family apps as per Android 12 guidelines
35-
-Interface changes
36-
- APIs Added
37-
• InMobiSDK
38-
public static void setIsAgeRestricted(boolean isAgeRestricted)
39-
40-
34+
• Custom Browser Support
35+
• Dynamic orientation Support
36+
• Improvements in ad response size and rendering
4137

4238
## Requirements
4339
- 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.5"
24+
inmobiSdkVersion = "10.0.6"
2525
fresco = "0.12.0"
2626
picasso = "2.71828"
2727
browser = "1.3.0"

sdk/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
InMobi Monetization SDK ChangeLog for Android
22
=============================================
3+
4+
## Build 10.0.6 [13/May/2022]
5+
• Custom Browser Support
6+
• Dynamic orientation Support
7+
• Improvements in ad response size and rendering
8+
39
## Build 10.0.5 [11/March/2022]
410
• Support for Family apps as per Android 12 guidelines
511
-Interface changes

0 commit comments

Comments
 (0)