From 99995209f85a35e5910a8b201f2a8a5191c3bac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:20:01 +0800 Subject: [PATCH] fix(deps): update dependency sh.calvin.reorderable:reorderable to v2.5.1 (#5530) 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 65ed84e130..968aabda62 100644 --- a/build.gradle +++ b/build.gradle @@ -433,7 +433,7 @@ dependencies { implementation 'com.airbnb.android:lottie:6.6.6' // Compose drag and drop library - implementation 'sh.calvin.reorderable:reorderable:2.5.0' + implementation 'sh.calvin.reorderable:reorderable:2.5.1' // Smartspacer implementation('com.kieronquinn.smartspacer:sdk-client:1.1.2') {