Skip to content

Commit 1a3c4c6

Browse files
10.0.1 support added
1 parent 4ee8f80 commit 1a3c4c6

File tree

3 files changed

+37
-11
lines changed

3 files changed

+37
-11
lines changed

README.md

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

4-
Modified: 8 September, 2021
4+
Modified: 19 October, 2021
55

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

@@ -31,8 +31,21 @@ 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-
- Added Partner provided GDPR consent support
35-
- Crash fixes
34+
- OMSDK Dependency is automatically imported.
35+
- Migrated OMSDK to 1.3
36+
- Audio Focus in Native Ads
37+
- Interface Changes
38+
- APIs Added
39+
• InMobiBanner
40+
public void setContentUrl(@NonNull String contentUrl)
41+
• InMobiInterstitial
42+
public void setContentUrl(@NonNull String contentUrl)
43+
• InMobiNative
44+
public void setContentUrl(@NonNull String contentUrl)
45+
• InMobiSdk
46+
public static boolean isSDKInitialized()
47+
- Upgraded Mediation Support for Facebook SDK 6.7.0 and AdMob SDK 20.4.0.
48+
- Bug fixes and improvements
3649

3750

3851
## Requirements

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ buildscript {
1515

1616
ext {
1717
androidMinSdkVersion = 15
18-
androidTargetSdkVersion = 30
19-
androidCompileSdkVersion = 30
18+
androidTargetSdkVersion = 31
19+
androidCompileSdkVersion = 31
2020

2121
appVersionCode = 1
2222
appVersionName = "1.0.0"
2323

24-
gmsVersion = "12.0.1"
25-
androidSupportLibVersion = "29.0.0"
26-
27-
inmobiSdkVersion = "9.2.1"
24+
inmobiSdkVersion = "10.0.1"
2825
fresco = "0.12.0"
2926
picasso = "2.71828"
3027
browser = "1.3.0"

sdk/ChangeLog.md

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

4+
## Build 10.0.1 [19/October/2021]
5+
• Migrated OMSDK to 1.3
6+
• Audio Focus in Native Ads
7+
• Interface Changes
8+
- APIs Added
9+
• InMobiBanner
10+
public void setContentUrl(@NonNull String contentUrl)
11+
• InMobiInterstitial
12+
public void setContentUrl(@NonNull String contentUrl)
13+
• InMobiNative
14+
public void setContentUrl(@NonNull String contentUrl)
15+
• InMobiSdk
16+
public static boolean isSDKInitialized()
17+
• Upgraded Mediation Support for Facebook SDK 6.7.0 and AdMob SDK 20.4.0.
18+
• Bug fixes and improvements
19+
420
## Build 9.2.1 [08/September/2021]
521
• Added Partner provided GDPR consent support
622
• Crash fixes

0 commit comments

Comments
 (0)