From e300c4a36fffedb51bed66832976b00b394260c2 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Fri, 25 Apr 2025 12:26:49 +0200 Subject: [PATCH] Updated to CS SDK 4.38.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e3f413c..0a40452 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { } dependencies { - implementation 'com.contentsquare.android:library:4.37.0' - implementation 'com.contentsquare.android:compose:4.37.0' + implementation 'com.contentsquare.android:library:4.38.0' + implementation 'com.contentsquare.android:compose:4.38.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0'