Skip to content

Commit

Permalink
release 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Oct 22, 2024
1 parent 20a71b4 commit c38d50e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion cmplibrary/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME = 7.11.0-rc2
VERSION_NAME = 7.11.0

POM_NAME = cmplibrary
POM_REPO = sourcepoint
Expand Down
3 changes: 2 additions & 1 deletion cmplibrary/release_note.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion samples/nat-message-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion samples/web-message-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit c38d50e

Please sign in to comment.