Skip to content

Commit 99462c5

Browse files
Merge pull request #96 from sunilkuna5-inmobi/master
Added Support for InMobi SDK 10.0.9
2 parents 0d3a14a + 32115c9 commit 99462c5

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

README.md

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

4-
Modified: 20 July, 2022
4+
Modified: 5 August, 2022
55

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

@@ -31,26 +31,14 @@ 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 Support for Publisher callback - onAdImpression
35-
• Added Support for Contextual App Targeting
36-
• Added Support for Picasso version 2.8
37-
• Added Support for Swish Folders
3834
• Bug fixes
39-
• Interface Changes
40-
- APIs Added
41-
• BannerAdEventListener
42-
public void onAdImpression(@NonNull InMobiBanner ad)
43-
• InterstitialAdEventListener
44-
public void onAdImpression(@NonNull InMobiInterstitial ad)
45-
• NativeAdEventListener
46-
public void onAdImpression(@NonNull InMobiNative ad)
4735

4836
## Requirements
4937
- Android 4.0.1 (API level 15) and higher
5038
- androidx.browser
5139
- androidx.appcompat
5240
- androidx.recyclerview
53-
- Picasso Library (picasso-2.8.jar - available on JCenter)
41+
- Picasso Library (picasso-2.8.jar)
5442
- **Recommended** Google Play Services 18.0.1
5543

5644
## License

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@ ext {
2121
appVersionCode = 1
2222
appVersionName = "1.0.0"
2323

24-
inmobiSdkVersion = "10.0.8"
24+
inmobiSdkVersion = "10.0.9"
2525
fresco = "0.12.0"
2626
picasso = "2.8"
2727
browser = "1.3.0"
2828
recyclerview = "1.1.0"
2929

3030
playservicesadsidentifier = "18.0.1"
3131
playserviceslocation = "19.0.1"
32+
33+
playservicesappset = "16.0.2"
34+
playservicestask= "18.0.2"
3235
}
3336

3437
allprojects {

samples/bannerSample/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ dependencies {
4848
implementation "com.facebook.fresco:fresco:$fresco"
4949
implementation "com.squareup.picasso:picasso:$picasso"
5050
implementation "androidx.browser:browser:$browser"
51+
implementation "com.google.android.gms:play-services-appset:$playservicesappset"
52+
implementation "com.google.android.gms:play-services-tasks:$playservicestask"
5153

5254
}

samples/customABSample/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ dependencies {
4343
implementation "androidx.recyclerview:recyclerview:$recyclerview"
4444
implementation "com.squareup.picasso:picasso:$picasso"
4545
implementation "androidx.browser:browser:$browser"
46+
implementation "com.google.android.gms:play-services-appset:$playservicesappset"
47+
implementation "com.google.android.gms:play-services-tasks:$playservicestask"
4648

4749
}

samples/interstitialSample/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ dependencies {
4545
implementation "androidx.recyclerview:recyclerview:$recyclerview"
4646
implementation "com.squareup.picasso:picasso:$picasso"
4747
implementation "androidx.browser:browser:$browser"
48+
implementation "com.google.android.gms:play-services-appset:$playservicesappset"
49+
implementation "com.google.android.gms:play-services-tasks:$playservicestask"
4850

4951
}

samples/nativeSample/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ dependencies {
4444
implementation "androidx.recyclerview:recyclerview:$recyclerview"
4545
implementation "com.squareup.picasso:picasso:$picasso"
4646
implementation "androidx.browser:browser:$browser"
47+
implementation "com.google.android.gms:play-services-appset:$playservicesappset"
48+
implementation "com.google.android.gms:play-services-tasks:$playservicestask"
4749

4850
testImplementation 'junit:junit:4.12'
4951
}

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+
5+
## Build 10.0.9 [5/August/2022]
6+
• Bug Fixes
7+
48
## Build 10.0.8 [13/July/2022]
59
• Added Support for Publisher callback - onAdImpression
610
• Added Support for Contextual App Targeting

0 commit comments

Comments
 (0)