From 95c5f9ec2fc2c9522e47fa70a99835d860b5f879 Mon Sep 17 00:00:00 2001 From: Florian-Dupire <125898280+Florian-Dupire@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:40:27 +0200 Subject: [PATCH] Updated to CS SDK 4.40.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bc78ce4..3ea067e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { } dependencies { - implementation 'com.contentsquare.android:library:4.39.3' - implementation 'com.contentsquare.android:compose:4.39.3' + implementation 'com.contentsquare.android:library:4.40.0' + implementation 'com.contentsquare.android:compose:4.40.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0'