From 0d3acb63df63bb49cea7225945dd546e9dce0a58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:20:53 +0800 Subject: [PATCH] Update dependency com.kieronquinn.smartspacer:sdk-client to v1.0.11 (#4540) 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 cccaa55519..d049b1bc8c 100644 --- a/build.gradle +++ b/build.gradle @@ -414,7 +414,7 @@ dependencies { implementation 'com.airbnb.android:lottie:6.4.1' // Smartspacer - implementation('com.kieronquinn.smartspacer:sdk-client:1.0.10') { + implementation('com.kieronquinn.smartspacer:sdk-client:1.0.11') { exclude group: "com.github.skydoves", module: "balloon" } }