From c9c91f98e45991d0d38ce1e5055122ddd8967893 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Fri, 19 Sep 2025 16:02:58 +0200 Subject: [PATCH 1/2] update android native sdk --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 49c34d3..4763cc2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1" - implementation "com.sourcepoint.cmplibrary:cmplibrary:7.15.6" + implementation "com.sourcepoint.cmplibrary:cmplibrary:7.15.7-beta.2" } react { From 0fe85b6379fab13e3d19af925938d56eac8dbc8f Mon Sep 17 00:00:00 2001 From: Dmytro Date: Wed, 24 Sep 2025 16:50:05 +0200 Subject: [PATCH 2/2] update android native sdk --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4763cc2..d252f20 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1" - implementation "com.sourcepoint.cmplibrary:cmplibrary:7.15.7-beta.2" + implementation "com.sourcepoint.cmplibrary:cmplibrary:7.15.7" } react {