Skip to content

Commit 07ad374

Browse files
committed
Release: 2.24.2
1 parent 3056a2c commit 07ad374

File tree

6 files changed

+562
-2723
lines changed

6 files changed

+562
-2723
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
22

3-
### 2.24.0Oct 31, 2025
4-
## React Native
5-
* Added Fabric renderer compatibility
3+
### 2.24.2Dec 5, 2025
4+
## Improvement
5+
* Fix react native issues
66

77
### 2.24.1 – Oct 31, 2025
88
## Improvement
@@ -11,6 +11,10 @@
1111
* Special Features Section: Added support for the new Special Features/Purposes section.
1212
* Fix issue where the SDK failed to initialize offline.
1313

14+
### 2.24.0 – Oct 31, 2025
15+
## React Native
16+
* Added Fabric renderer compatibility
17+
1418
### 2.23.3 – Oct 6, 2025
1519
## React Native
1620
* Updated React Native to 0.79.6 to support 16 KB page sizes

android/build-legacy.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def usercentrics_version = "2.24.1"
1+
def usercentrics_version = "2.24.2"
22
version usercentrics_version
33

44
buildscript {

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val usercentricsVersion = "2.24.1"
1+
val usercentricsVersion = "2.24.2"
22
val reactNativeVersion = "+"
33

44
fun BooleanProperty(name: String): Boolean {

0 commit comments

Comments
 (0)