Skip to content

Commit efe5152

Browse files
Added support for InMobi SDK 11.1.0
- Updated SDK version from 11.0.0 to 11.1.0 - Updated minimum SDK version from 19 to 21 (required by SDK 11.1.0) - Updated changelog and README with 11.1.0 release notes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 135eb7c commit efe5152

File tree

3 files changed

+14
-36
lines changed

3 files changed

+14
-36
lines changed

README.md

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

4-
Modified: 23 October, 2025
4+
Modified: 09 January, 2026
55

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

@@ -31,41 +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-
• Upgraded support for native ads
34+
• Added support for Android 16
35+
• Memory Leak Improvements
3536
• Bug Fixes and Enhancements
36-
• APIs Removed
37-
InMobiNative
38-
- public String getAdIconUrl()
39-
- public String getAdLandingPageUrl()
40-
- public boolean isAppDownload()
41-
- public JSONObject getCustomAdContent()
42-
- public View getPrimaryViewOfWidth(Context context, View convertView, ViewGroup parent, int viewWidthInPixels)
43-
- public void reportAdClickAndOpenLandingPage()
44-
NativeAdEventListener
45-
- public void onAdReceived(@NonNull InMobiNative ad)
46-
- public void onAdFullScreenWillDisplay(@NonNull InMobiNative ad)
47-
- public void onAdImpressed(@NonNull InMobiNative ad)
48-
- public void onAdStatusChanged(@NonNull InMobiNative nativeAd)
49-
50-
• APIs Added
51-
New Class Added : InMobiNativeImage
52-
New Class Added : InMobiNativeViewData
53-
New Class Added : MediaView
54-
InMobiNative
55-
- public InMobiNativeImage getAdIcon()
56-
- public String getAdvertiserName()
57-
- public View getAdChoiceIcon()
58-
- public void registerViewForTracking(InMobiNativeViewData viewData)
59-
- public void unTrackViews()
60-
- public MediaView getMediaView()
61-
- public boolean isVideo()
62-
- public String getCreativeId()
63-
- public JSONObject getAdContent()
6437

6538
** Refer to [Release Notes](https://support.inmobi.com/monetize/sdk-documentation/android-guidelines/changelogs-android) for Older Versions.**
6639

6740
## Requirements
68-
- Android 4.4 (API level 19) and higher
41+
- Android 5.0 (API level 21) and higher
6942
- androidx.appcompat (Not a dependency of SDK. Used only in Sample App)
7043

7144
## License

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ buildscript {
1414

1515

1616
ext {
17-
androidMinSdkVersion = 19
17+
androidMinSdkVersion = 21
1818
androidTargetSdkVersion = 36
1919
androidCompileSdkVersion = 36
2020

2121
appVersionCode = 1
2222
appVersionName = "1.0.0"
2323

24-
inmobiSdkVersion = "11.0.0"
24+
inmobiSdkVersion = "11.1.0"
2525
picasso = "2.8"
2626
browser = "1.3.0"
2727
recyclerview = "1.1.0"

sdk/ChangeLog.md

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

4+
## Build 11.1.0 [09/Jan/2026]
5+
• Added support for Android 16
6+
• Memory Leak Improvements
7+
• Bug Fixes and Enhancements
8+
49
## Build 11.0.0 [9/Oct/2025]
510
• Upgraded support for native ads
611
• Bug Fixes and Enhancements
712
• APIs Removed
813
InMobiNative
914
- public String getAdIconUrl()
10-
- public String getAdLandingPageUrl()
15+
- public String getAdLandiPlengPageUrl()
1116
- public boolean isAppDownload()
1217
- public JSONObject getCustomAdContent()
1318
- public View getPrimaryViewOfWidth(Context context, View convertView, ViewGroup parent, int viewWidthInPixels)

0 commit comments

Comments
 (0)