diff --git a/README.md b/README.md index e3ec816..831580b 100644 --- a/README.md +++ b/README.md @@ -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! @@ -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 diff --git a/build.gradle b/build.gradle index d3fb6f9..d1b2f27 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/sdk/ChangeLog.md b/sdk/ChangeLog.md index 54fb012..72d9390 100644 --- a/sdk/ChangeLog.md +++ b/sdk/ChangeLog.md @@ -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