From 9734361a3940454eda281a384c6fa52abcafc4a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:20:56 +0000 Subject: [PATCH] Bump filekit from 0.8.1 to 0.8.2 Bumps `filekit` from 0.8.1 to 0.8.2. Updates `io.github.vinceglb:filekit-core` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/vinceglb/FileKit/releases) - [Commits](https://github.com/vinceglb/FileKit/compare/0.8.1...0.8.2) Updates `io.github.vinceglb:filekit-compose` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/vinceglb/FileKit/releases) - [Commits](https://github.com/vinceglb/FileKit/compare/0.8.1...0.8.2) --- 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 211b837b..b9ca0735 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ koin = "3.5.6" androidx-core = "1.13.1" androidx-compat = "1.7.0" androidx-lifecycle = "2.8.4" -filekit = "0.8.1" +filekit = "0.8.2" [plugins] kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }