From 35dd73966ed0067da25647952cd51a115ff008f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 13:22:17 -0400 Subject: [PATCH] Bump reorderable from 0.9.2 to 0.9.4 (#3007) Bumps [reorderable](https://github.com/aclassen/ComposeReorderable) from 0.9.2 to 0.9.4. - [Release notes](https://github.com/aclassen/ComposeReorderable/releases) - [Commits](https://github.com/aclassen/ComposeReorderable/compare/0.9.2...0.9.4) --- updated-dependencies: - dependency-name: org.burnoutcrew.composereorderable:reorderable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a01aeb074..a8faa91c0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -200,7 +200,7 @@ dependencies { implementation("com.mikepenz:iconics-compose:5.4.0") implementation("com.mikepenz:community-material-typeface:7.0.96.0-kotlin@aar") - "fullImplementation"("org.burnoutcrew.composereorderable:reorderable:0.9.2") + "fullImplementation"("org.burnoutcrew.composereorderable:reorderable:0.9.4") implementation("com.github.AppDevNext:ChangeLog:3.4") }