Skip to content

Commit 7471897

Browse files
921 support added
1 parent ab57b32 commit 7471897

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
lines changed

README.md

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

4-
Modified: 6 July, 2021
4+
Modified: 8 September, 2021
55

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

@@ -31,10 +31,8 @@ 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-
- Landing page opening management
35-
- Native support for click and impression tracking
36-
- MavenCentral auto fetch mandatory dependency
37-
- Bug fixes and improvements
34+
- Added Partner provided GDPR consent support
35+
- Crash fixes
3836

3937

4038
## 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.2.0"
27+
inmobiSdkVersion = "9.2.1"
2828
fresco = "0.12.0"
2929
picasso = "2.71828"
3030
browser = "1.3.0"

samples/bannerSample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
}
2323
}
2424
compileOptions {
25-
sourceCompatibility JavaVersion.VERSION_1_7
26-
targetCompatibility JavaVersion.VERSION_1_7
25+
sourceCompatibility JavaVersion.VERSION_1_8
26+
targetCompatibility JavaVersion.VERSION_1_8
2727
}
2828
lintOptions {
2929
abortOnError false

samples/interstitialSample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
}
2323
}
2424
compileOptions {
25-
sourceCompatibility JavaVersion.VERSION_1_7
26-
targetCompatibility JavaVersion.VERSION_1_7
25+
sourceCompatibility JavaVersion.VERSION_1_8
26+
targetCompatibility JavaVersion.VERSION_1_8
2727
}
2828
lintOptions {
2929
abortOnError false

samples/nativeSample/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ android {
1919
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2020
}
2121
}
22+
compileOptions {
23+
sourceCompatibility JavaVersion.VERSION_1_8
24+
targetCompatibility JavaVersion.VERSION_1_8
25+
}
2226
}
2327

2428
dependencies {

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 9.2.1 [08/September/2021]
5+
• Added Partner provided GDPR consent support
6+
• Crash fixes
7+
48
## Build 9.2.0 [06/July/2021]
59
• Landing page opening management
610
• Native support for click and impression tracking

sdk/libs/InMobiSDK.aar

-898 KB
Binary file not shown.

0 commit comments

Comments
 (0)