From b6840056090e19e219de54f84b15f62ca5e9cbdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:44:38 +0000 Subject: [PATCH] Update dependency org.burnoutcrew.composereorderable:reorderable to v0.9.6 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 74d49e70..98d87c3c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -61,7 +61,7 @@ compose-material3 = {module = "androidx.compose.material3:material3" } logcat = "com.squareup.logcat:logcat:0.1" calendarview = "com.kizitonwose.calendar:compose:2.4.0" -reorderable = "org.burnoutcrew.composereorderable:reorderable:0.8.1" +reorderable = "org.burnoutcrew.composereorderable:reorderable:0.9.6" accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" } accompanist-navigation = { module = "com.google.accompanist:accompanist-navigation-animation", version.ref = "accompanist"}