From aac1d7e023d218a050da0b0c24ff15baaf9fcf3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:44:54 +0800 Subject: [PATCH] fix(deps): update dependency sh.calvin.reorderable:reorderable to v2.4.0 (#4909) 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 120d55c7b7..08db20ab4e 100644 --- a/build.gradle +++ b/build.gradle @@ -417,7 +417,7 @@ dependencies { implementation 'com.airbnb.android:lottie:6.5.2' // Compose drag and drop library - implementation 'sh.calvin.reorderable:reorderable:2.3.3' + implementation 'sh.calvin.reorderable:reorderable:2.4.0' // Smartspacer implementation('com.kieronquinn.smartspacer:sdk-client:1.0.11') {