From 06418e517519b3efcddfee44f448245543f4085e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Gully?= Date: Tue, 10 Jun 2025 11:16:53 +0200 Subject: [PATCH] Updated to CS SDK 4.39.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 759a984..9b7aae7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { } dependencies { - implementation 'com.contentsquare.android:library:4.38.1' - implementation 'com.contentsquare.android:compose:4.38.1' + implementation 'com.contentsquare.android:library:4.39.0' + implementation 'com.contentsquare.android:compose:4.39.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0'