Skip to content

Commit 69e2ad2

Browse files
authored
Updated to CS SDK 4.37.0 (#65)
1 parent 8d67897 commit 69e2ad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ android {
6464
}
6565

6666
dependencies {
67-
implementation 'com.contentsquare.android:library:4.36.0'
68-
implementation 'com.contentsquare.android:compose:4.36.0'
67+
implementation 'com.contentsquare.android:library:4.37.0'
68+
implementation 'com.contentsquare.android:compose:4.37.0'
6969

7070
implementation 'androidx.core:core-ktx:1.13.1'
7171
implementation 'androidx.appcompat:appcompat:1.7.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
plugins {
4-
id("com.android.application") version '8.5.1' apply false
4+
id("com.android.application") version '8.5.2' apply false
55
id("org.jetbrains.kotlin.android") version "2.0.10" apply false
66
id("org.jetbrains.kotlin.plugin.compose") version "2.0.10" apply false
77
id("com.contentsquare.error.analysis.network") version "1.5.0" apply false

0 commit comments

Comments
 (0)