From 4ad30b00483e213b4c71e4bda0d1e2c6d1c3d254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:47:16 +0000 Subject: [PATCH] Bump kimchi-core from 2.1.2 to 2.2.0 Bumps `kimchi-core` from 2.1.2 to 2.2.0. Updates `com.inkapplications.kimchi:logger` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/InkApplications/Kimchi/releases) - [Changelog](https://github.com/InkApplications/Kimchi/blob/master/CHANGELOG.md) - [Commits](https://github.com/InkApplications/Kimchi/compare/2.1.2...2.2.0) Updates `com.inkapplications.kimchi:core` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/InkApplications/Kimchi/releases) - [Changelog](https://github.com/InkApplications/Kimchi/blob/master/CHANGELOG.md) - [Commits](https://github.com/InkApplications/Kimchi/compare/2.1.2...2.2.0) Updates `com.inkapplications.kimchi:analytics` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/InkApplications/Kimchi/releases) - [Changelog](https://github.com/InkApplications/Kimchi/blob/master/CHANGELOG.md) - [Commits](https://github.com/InkApplications/Kimchi/compare/2.1.2...2.2.0) --- updated-dependencies: - dependency-name: com.inkapplications.kimchi:logger dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.inkapplications.kimchi:core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.inkapplications.kimchi:analytics dependency-type: direct:production update-type: version-update:semver-minor ... 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 15bbb7d..57a2bad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ activity = "1.9.0" compose-compiler = "1.5.9" ack = "1.0.0" -kimchi-core = "2.1.2" +kimchi-core = "2.2.0" kimchi-firebase = "2.0.0" watermelon = "1.6.0" kotlin = "1.9.22"