Skip to content

Commit aaf8f80

Browse files
Release: 2.24.1 (#172)
1 parent caf0201 commit aaf8f80

File tree

6 files changed

+54
-24
lines changed

6 files changed

+54
-24
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
## React Native
55
* Added Fabric renderer compatibility
66

7+
### 2.24.1 – Oct 31, 2025
8+
## Improvement
9+
* TCF 2.3 Support: Support the latest Transparency & Consent Framework 2.3.
10+
* TCF 2.3 Support: fixes about tcString
11+
* Special Features Section: Added support for the new Special Features/Purposes section.
12+
* Fix issue where the SDK failed to initialize offline.
13+
714
### 2.23.3 – Oct 6, 2025
815
## React Native
916
* 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.0"
1+
def usercentrics_version = "2.24.1"
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.0"
1+
val usercentricsVersion = "2.24.1"
22
val reactNativeVersion = "+"
33

44
fun BooleanProperty(name: String): Boolean {

package-lock.json

Lines changed: 35 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)