Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.58 KB

File metadata and controls

47 lines (32 loc) · 1.58 KB

InMobi SDK for Android

Modified: 09 January, 2026

SDK Version: 11.1.0

Thanks for monetizing with InMobi! If you haven't already, sign up for an account to start monetizing your app!

Download

The InMobi SDK for Android is available via:

mavenCentral AAR

The InMobi SDK is available as a AAR via mavenCentral; to use it, add the following to your build.gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation 'com.inmobi.monetization:inmobi-ads-kotlin:11.1.0'
}

Download from the support portal

To download the latest SDK as a AAR, please visit http://inmobi.com/sdk.

To continue integrating with the InMobi SDK, please see the Integration Guidelines for Android.

New in this version

• Added support for Android 16
• Memory Leak Improvements
• Bug Fixes and Enhancements

** Refer to Release Notes for Older Versions.**

Requirements

  • Android 5.0 (API level 21) and higher
  • androidx.appcompat (Not a dependency of SDK. Used only in Sample App)

License

To view the license for the InMobi SDK, see here. To view the terms of service, visit https://inmobi.com/terms-of-service. The code for the sample apps is provided under the Apache 2.0 License.