From c3d7991511009ce8ca138d635340614fdae384a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:24:25 +0000 Subject: [PATCH] Bump co.touchlab.skie from 0.8.2 to 0.8.4 Bumps [co.touchlab.skie](https://github.com/touchlab/SKIE) from 0.8.2 to 0.8.4. - [Release notes](https://github.com/touchlab/SKIE/releases) - [Commits](https://github.com/touchlab/SKIE/compare/0.8.2...0.8.4) --- updated-dependencies: - dependency-name: co.touchlab.skie dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 8b79a9c..718778e 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -16,7 +16,7 @@ plugins { daggerHiltAndroid googleKsp buildKonfig - id("co.touchlab.skie") version "0.8.2" + id("co.touchlab.skie") version "0.8.4" } skie {