diff --git a/README.md b/README.md index 98151ef..38bd873 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ InMobi SDK for Android ====================== -Modified: 09 January, 2026 +Modified: 16 February, 2026 -SDK Version: 11.1.0 +SDK Version: 11.1.1 Thanks for monetizing with InMobi! 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 { mavenCentral() } dependencies { - implementation 'com.inmobi.monetization:inmobi-ads-kotlin:11.1.0' + implementation 'com.inmobi.monetization:inmobi-ads-kotlin:11.1.1' } ``` @@ -31,8 +31,6 @@ To download the latest SDK as a AAR, please visit [http://inmobi.com/sdk](https: **To continue integrating with the InMobi SDK, please see the [Integration Guidelines](https://support.inmobi.com/monetize/android-guidelines/) for Android.** ## New in this version - • Added support for Android 16 - • Memory Leak Improvements • Bug Fixes and Enhancements ** Refer to [Release Notes](https://support.inmobi.com/monetize/sdk-documentation/android-guidelines/changelogs-android) for Older Versions.** diff --git a/build.gradle b/build.gradle index aac7a96..c39ef9b 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ ext { appVersionCode = 1 appVersionName = "1.0.0" - inmobiSdkVersion = "11.1.0" + inmobiSdkVersion = "11.1.1" picasso = "2.8" browser = "1.3.0" recyclerview = "1.1.0" diff --git a/sdk/ChangeLog.md b/sdk/ChangeLog.md index db49dfa..caf9e07 100644 --- a/sdk/ChangeLog.md +++ b/sdk/ChangeLog.md @@ -1,6 +1,9 @@ InMobi Monetization SDK ChangeLog for Android ============================================= +## Build 11.1.1 [16/Feb/2026] + • Bug Fixes and Enhancements + ## Build 11.1.0 [09/Jan/2026] • Added support for Android 16 • Memory Leak Improvements