From 65df31816104fb76a677586e995a6afbc1a6910c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 08:25:00 -0500 Subject: [PATCH] Bump reorderable from 0.9.2 to 0.9.5 (#3055) Bumps [reorderable](https://github.com/aclassen/ComposeReorderable) from 0.9.2 to 0.9.5. - [Release notes](https://github.com/aclassen/ComposeReorderable/releases) - [Commits](https://github.com/aclassen/ComposeReorderable/commits) --- 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 839c3a41d..175fa6a1b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -201,7 +201,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.5") implementation("com.github.AppDevNext:ChangeLog:3.4") }