From c38d50e9059add72d2f142ca761a0010456b7a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Herculano?= Date: Tue, 22 Oct 2024 21:11:30 +0200 Subject: [PATCH] release 7.11.0 --- README.md | 2 +- cmplibrary/gradle.properties | 2 +- cmplibrary/release_note.txt | 3 ++- samples/nat-message-demo/build.gradle | 2 +- samples/web-message-demo/build.gradle | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c05fb48a..844073d86 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To use `cmplibrary` in your app, include `com.sourcepoint.cmplibrary:cmplibrary: ``` ... dependencies { - implementation 'com.sourcepoint.cmplibrary:cmplibrary:7.11.0-rc2-rc1' + implementation 'com.sourcepoint.cmplibrary:cmplibrary:7.11.0' } ``` diff --git a/cmplibrary/gradle.properties b/cmplibrary/gradle.properties index 892ffd18f..e57fc3507 100644 --- a/cmplibrary/gradle.properties +++ b/cmplibrary/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME = 7.11.0-rc2 +VERSION_NAME = 7.11.0 POM_NAME = cmplibrary POM_REPO = sourcepoint diff --git a/cmplibrary/release_note.txt b/cmplibrary/release_note.txt index 3d33a07f4..50f532d10 100644 --- a/cmplibrary/release_note.txt +++ b/cmplibrary/release_note.txt @@ -1,4 +1,5 @@ * [DIA-4611](https://sourcepoint.atlassian.net/browse/DIA-4611) Refactor `customConsentGDPR` and `deleteCustomConsentTo` to use `mobile-core`'s implementation. [#836](https://github.com/SourcePointUSA/android-cmp-app/pull/836) -* Updated project dependencies and bump `minSdk` support from 21 to 23 due to [Android's new Security policy](https://developer.android.com/about/versions/14/behavior-changes-all#security) [#840](https://github.com/SourcePointUSA/android-cmp-app/pull/831) +* Updated project dependencies and bump `minSdk` support from 21 to 23 due to [Android's new Security policy](https://developer.android.com/about/versions/14/behavior-changes-all#security) [#840](https://github.com/SourcePointUSA/android-cmp-app/pull/840) +* Fixed an issue preventing the SDK from integrating with projects using KTor 3 [#840](https://github.com/SourcePointUSA/android-cmp-app/pull/840) * Bump `compileSdk` and `targetSdk` to 35 * Fixed an issue preventing the MetaApp from being released at Google Play diff --git a/samples/nat-message-demo/build.gradle b/samples/nat-message-demo/build.gradle index e3813a067..44802bc1f 100644 --- a/samples/nat-message-demo/build.gradle +++ b/samples/nat-message-demo/build.gradle @@ -77,5 +77,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.sourcepoint.cmplibrary:cmplibrary:7.11.0-rc2-rc1' + implementation 'com.sourcepoint.cmplibrary:cmplibrary:7.11.0-rc2' } diff --git a/samples/web-message-demo/build.gradle b/samples/web-message-demo/build.gradle index dbbc00cf1..750d23a6a 100644 --- a/samples/web-message-demo/build.gradle +++ b/samples/web-message-demo/build.gradle @@ -77,5 +77,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.sourcepoint.cmplibrary:cmplibrary:7.11.0-rc2-rc1' + implementation 'com.sourcepoint.cmplibrary:cmplibrary:7.11.0-rc2' }