From 05a8f8f92b2391cb893e7402af17c97552fa12bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 01:58:06 +0000 Subject: [PATCH] Bump io.github.oleksandrbalan:tagcloud from 1.0.1 to 1.1.0 Bumps [io.github.oleksandrbalan:tagcloud](https://github.com/oleksandrbalan/tagcloud) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/oleksandrbalan/tagcloud/releases) - [Commits](https://github.com/oleksandrbalan/tagcloud/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: io.github.oleksandrbalan:tagcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 08019573a..6509d68a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -103,7 +103,7 @@ dependencies { implementation 'com.jakewharton.timber:timber:5.0.1' implementation "androidx.work:work-runtime-ktx:2.8.1" - implementation 'io.github.oleksandrbalan:tagcloud:1.0.1' + implementation 'io.github.oleksandrbalan:tagcloud:1.1.0' implementation 'io.github.raamcosta.compose-destinations:core:1.7.41-beta' ksp 'io.github.raamcosta.compose-destinations:ksp:1.7.41-beta'