From 5fb069f5fe2d06f0d88528c96c7f449af55b05d5 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Thu, 14 Aug 2025 10:24:19 +0200 Subject: [PATCH] Updated to CS SDK 4.40.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3ea067e..88039db 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { } dependencies { - implementation 'com.contentsquare.android:library:4.40.0' - implementation 'com.contentsquare.android:compose:4.40.0' + implementation 'com.contentsquare.android:library:4.40.1' + implementation 'com.contentsquare.android:compose:4.40.1' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0'