From 0184f3573496c389de5ded162da84521c9690c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:13:02 +0800 Subject: [PATCH] Update dependency com.kieronquinn.smartspacer:sdk-client to v1.0.5 (#3734) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68365bc78d..d0f3a8f1ef 100644 --- a/build.gradle +++ b/build.gradle @@ -389,7 +389,7 @@ dependencies { implementation 'com.airbnb.android:lottie:6.1.0' // Smartspacer - implementation('com.kieronquinn.smartspacer:sdk-client:1.0.4') { + implementation('com.kieronquinn.smartspacer:sdk-client:1.0.5') { exclude group: "com.github.skydoves", module: "balloon" } }