From 96ebbd06f0f067f6a4888fc9583a7f7ebf7821b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:32:54 +0000 Subject: [PATCH] fix(deps): update dependency im.crisp:crisp-sdk to v1.0.16 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index bd8bddf..9fd7e7a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation project(':capacitor-android') implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" testImplementation "junit:junit:$junitVersion" - implementation 'im.crisp:crisp-sdk:1.0.15' + implementation 'im.crisp:crisp-sdk:1.0.16' implementation 'androidx.multidex:multidex:2.0.1' androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"