From 4f336a34615a7f93e75ae38a6480bc0bcf339f3f Mon Sep 17 00:00:00 2001 From: Stefan Diener Date: Fri, 2 May 2025 07:44:55 +0200 Subject: [PATCH] Updated to CS SDK 4.38.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0a40452..759a984 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { } dependencies { - implementation 'com.contentsquare.android:library:4.38.0' - implementation 'com.contentsquare.android:compose:4.38.0' + implementation 'com.contentsquare.android:library:4.38.1' + implementation 'com.contentsquare.android:compose:4.38.1' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0'