Skip to content

Commit aee1165

Browse files
authored
Merge pull request #76 from im-lakshya/release-9.1.7
InMobi SDK 917 Support
2 parents f1e4ffe + 94f4d8e commit aee1165

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

README.md

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

4-
Modified: 18 February, 2021
4+
Modified: 31 March, 2021
55

6-
SDK Version: 9.1.6
6+
SDK Version: 9.1.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!
1010

1111
## Download
1212
The InMobi SDK for Android is available via:
1313

14-
**jCenter AAR**
14+
**mavenCentral AAR**
1515

16-
The InMobi SDK is available as a AAR via jCenter; to use it, add the following to your `build.gradle`
16+
The InMobi SDK is available as a AAR via mavenCentral; to use it, add the following to your `build.gradle`
1717

1818
```
1919
repositories {
20-
jcenter()
20+
mavenCentral()
2121
}
2222
dependencies {
23-
implementation 'com.inmobi.monetization:inmobi-ads:9.1.6'
23+
implementation 'com.inmobi.monetization:inmobi-ads:9.1.7'
2424
}
2525
```
2626

@@ -31,7 +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-
- AndroidX Migration.
34+
- Unified ID support
35+
- AdPods support
36+
- Bug fixes and improvements
3537

3638

3739
## Requirements

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ext {
2424
gmsVersion = "12.0.1"
2525
androidSupportLibVersion = "29.0.0"
2626

27-
inmobiSdkVersion = "9.1.6"
27+
inmobiSdkVersion = "9.1.7"
2828
fresco = "0.12.0"
2929
picasso = "2.71828"
3030
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 9.1.7 [26/March/2021]
5+
• Unified ID support
6+
• AdPods support
7+
• Bug fixes and improvements
8+
39
## Build 9.1.6 [16/February/2021]
410
• Migrated to AndroidX
511
• Bug fixes and improvements

sdk/libs/InMobiSDK.aar

36.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)