@usercentrics/react-native-sdk 2.21.0 → 2.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/android/build.gradle +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
|
|
2
2
|
|
|
3
|
+
### 2.22.2 - Aug 7, 2025
|
|
4
|
+
## Feature - Consent Mediation
|
|
5
|
+
* Added support for AirBridge SDK
|
|
6
|
+
* Add GDPR API AcceptAll / DenyAll / SaveDecisions for Unity
|
|
7
|
+
* Fixed dependency download issue in versions 2.22.0 and 2.22.1.
|
|
8
|
+
* Added missing Proguard rules for Airbridge in versions 2.22.0 and 2.22.1.
|
|
9
|
+
## Android/iOS Bug Fixes:
|
|
10
|
+
* Improvements to geolocation handling
|
|
11
|
+
* Adjustments to DAU tracking logic
|
|
12
|
+
|
|
13
|
+
### 2.21.1 - Jul 25, 2025
|
|
14
|
+
## Improvement
|
|
15
|
+
## Android/iOS Bug Fixes:
|
|
16
|
+
* Fixed crashes related to the UI
|
|
17
|
+
|
|
3
18
|
### 2.21.0 - Jun 18, 2025
|
|
4
19
|
## Feature - Consent Mediation
|
|
5
20
|
* Added support for AppsFlyer SDK
|
package/android/build.gradle
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
def usercentrics_version = "2.
|
|
1
|
+
def usercentrics_version = "2.22.2"
|
|
2
2
|
version usercentrics_version
|
|
3
3
|
|
|
4
4
|
buildscript {
|
|
@@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
|
|
|
27
27
|
apply plugin: 'kotlin-android'
|
|
28
28
|
|
|
29
29
|
android {
|
|
30
|
-
compileSdkVersion
|
|
30
|
+
compileSdkVersion 33
|
|
31
31
|
|
|
32
32
|
compileOptions {
|
|
33
33
|
sourceCompatibility JavaVersion.VERSION_1_8
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usercentrics/react-native-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.2",
|
|
4
4
|
"description": "Usercentrics SDK",
|
|
5
5
|
"homepage": "https://usercentrics.com",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
8
8
|
"author": "Usercentrics <developer@usercentrics.com>",
|
|
9
9
|
"iosPackageName": "react-native-usercentrics",
|
|
10
|
-
"iosPackageVersion": "2.
|
|
10
|
+
"iosPackageVersion": "2.22.2",
|
|
11
11
|
"license": "SEE LICENSE IN LICENSE",
|
|
12
12
|
"files": [
|
|
13
13
|
"android",
|