Skip to content
Merged
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: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)

### 2.23.0 - Sep 15, 2025
## Android/iOS Bug Fixes:
* Fixed bugs related to Google Consent Strings on DenyAll, ensuring correct consent handling
* Resolved geolocation issue reported in version 2.22.2
* Fixed accessibility contrast issues for improved usability

### 2.22.2 - Aug 7, 2025
## Feature - Consent Mediation
* Added support for AirBridge SDK
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def usercentrics_version = "2.22.2"
def usercentrics_version = "2.23.0"
version usercentrics_version

buildscript {
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ PODS:
- React-jsinspector (0.65.3)
- react-native-safe-area-context (3.4.1):
- React-Core
- react-native-usercentrics (2.22.2):
- react-native-usercentrics (2.23.0):
- React
- UsercentricsUI (= 2.22.2)
- UsercentricsUI (= 2.23.0)
- react-native-webview (11.26.1):
- React-Core
- React-perflogger (0.65.3)
Expand Down Expand Up @@ -280,9 +280,9 @@ PODS:
- RNScreens (3.20.0):
- React-Core
- React-RCTImage
- Usercentrics (2.22.2)
- UsercentricsUI (2.22.2):
- Usercentrics (= 2.22.2)
- Usercentrics (2.23.0)
- UsercentricsUI (2.23.0):
- Usercentrics (= 2.23.0)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down
Loading