Skip to content

Commit 11d34c1

Browse files
Release: 2.24.0 (#168)
1 parent 5f50d11 commit 11d34c1

File tree

6 files changed

+40
-170
lines changed

6 files changed

+40
-170
lines changed

CHANGELOG.md

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

3+
### 2.24.0 – Oct 31, 2025
4+
## React Native
5+
* Added Fabric renderer compatibility
6+
37
### 2.23.3 – Oct 6, 2025
48
## React Native
59
* 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.23.3"
1+
def usercentrics_version = "2.24.0"
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.23.3"
1+
val usercentricsVersion = "2.24.0"
22
val reactNativeVersion = "+"
33

44
fun BooleanProperty(name: String): Boolean {

0 commit comments

Comments
 (0)