Skip to content

Commit ae9bbb7

Browse files
Release: 2.23.3 (#162)
1 parent d9f830a commit ae9bbb7

File tree

6 files changed

+41
-41
lines changed

6 files changed

+41
-41
lines changed

CHANGELOG.md

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

3+
### 2.23.3 – Oct 6, 2025
4+
## React Native
5+
* Updated React Native to 0.79.6 to support 16 KB page sizes
6+
* Fix react native issues
7+
38
### 2.23.2 – Oct 1, 2025
49
## React Native
510
* 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.2"
1+
def usercentrics_version = "2.23.3"
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.2"
6+
val usercentricsVersion = "2.23.3"
77
val reactNativeVersion = "0.79.6"
88

99
android {

package-lock.json

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

0 commit comments

Comments
 (0)