Skip to content

Commit 0f1706b

Browse files
Release: 2.23.2 (#160)
1 parent cf44102 commit 0f1706b

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
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.23.2 – Oct 1, 2025
4+
## React Native
5+
* Updated React Native to 0.79.6 to support 16 KB page sizes
6+
37
### 2.23.0 - Sep 15, 2025
48
## Android/iOS Bug Fixes:
59
* Fixed bugs related to Google Consent Strings on DenyAll, ensuring correct consent handling

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.0"
1+
def usercentrics_version = "2.23.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
@@ -3,7 +3,7 @@ plugins {
33
id("org.jetbrains.kotlin.android")
44
}
55

6-
val usercentricsVersion = "2.23.0"
6+
val usercentricsVersion = "2.23.2"
77
val reactNativeVersion = "0.79.6"
88

99
android {

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@usercentrics/react-native-sdk",
3-
"version": "2.23.0",
3+
"version": "2.23.2",
44
"description": "Usercentrics SDK",
55
"homepage": "https://usercentrics.com",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
88
"author": "Usercentrics <developer@usercentrics.com>",
99
"iosPackageName": "react-native-usercentrics",
10-
"iosPackageVersion": "2.23.0",
10+
"iosPackageVersion": "2.23.2",
1111
"license": "SEE LICENSE IN LICENSE",
1212
"files": [
1313
"android",

0 commit comments

Comments
 (0)