From 1322ff341c3a96b0ac2f4b373665f841ad9a7ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:03:54 +0000 Subject: [PATCH] Bump filekit from 0.8.3 to 0.8.7 Bumps `filekit` from 0.8.3 to 0.8.7. Updates `io.github.vinceglb:filekit-core` from 0.8.3 to 0.8.7 - [Release notes](https://github.com/vinceglb/FileKit/releases) - [Commits](https://github.com/vinceglb/FileKit/compare/0.8.3...0.8.7) Updates `io.github.vinceglb:filekit-compose` from 0.8.3 to 0.8.7 - [Release notes](https://github.com/vinceglb/FileKit/releases) - [Commits](https://github.com/vinceglb/FileKit/compare/0.8.3...0.8.7) --- updated-dependencies: - dependency-name: io.github.vinceglb:filekit-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.vinceglb:filekit-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 e2c294b1..fc724e44 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ koin = "4.0.0" androidx-core = "1.13.1" androidx-compat = "1.7.0" androidx-lifecycle = "2.8.6" -filekit = "0.8.3" +filekit = "0.8.7" [plugins] kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }