From 055682054ad602086bead1a42889423d673ced7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Gully?= Date: Wed, 16 Apr 2025 11:05:26 +0200 Subject: [PATCH] Updated to CS SDK 4.37.0 --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index af77c4b..e3f413c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { } dependencies { - implementation 'com.contentsquare.android:library:4.36.0' - implementation 'com.contentsquare.android:compose:4.36.0' + implementation 'com.contentsquare.android:library:4.37.0' + implementation 'com.contentsquare.android:compose:4.37.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' diff --git a/build.gradle b/build.gradle index 9c9be04..a408033 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version '8.5.1' apply false + id("com.android.application") version '8.5.2' apply false id("org.jetbrains.kotlin.android") version "2.0.10" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.0.10" apply false id("com.contentsquare.error.analysis.network") version "1.5.0" apply false