Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
InMobi SDK for Android
======================

Modified: 16 February, 2023
Modified: 27 June, 2023

SDK Version: 10.5.4
SDK Version: 10.5.7

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!
Expand Down Expand Up @@ -31,7 +31,7 @@ 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
Gradle 7.0 support
Support for U.S. data privacy laws
• Bug fixes

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
appVersionCode = 1
appVersionName = "1.0.0"

inmobiSdkVersion = "10.5.4"
inmobiSdkVersion = "10.5.7"
fresco = "0.12.0"
picasso = "2.8"
browser = "1.3.0"
Expand Down
11 changes: 11 additions & 0 deletions sdk/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
InMobi Monetization SDK ChangeLog for Android
=============================================

## Build 10.5.7 [27/Jun/2023]
• Support for U.S. data privacy laws
• Bug fixes

## Build 10.5.6 [23/Jun/2023]
• Support for U.S. data privacy laws
• Bug fixes

## Build 10.5.5 [18/May/2023]
• Bug fixes

## Build 10.5.4 [16/Feb/2023]
• Gradle 7.0 support
• Bug fixes
Expand Down