From a55d38f99e35dab92f45878db6318068580c8781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:51:21 +0000 Subject: [PATCH] fix(deps): update kotlin.result to v2 --- 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 2023a4126b..36eaa583cf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ glide-animation-plugin = "2.23.0" hilt = "2.51.1" junit = "4.13.2" kotlin = "1.9.23" -kotlin-result = "1.1.20" +kotlin-result = "2.0.0" ksp = "1.9.23-1.0.20" image-cropper = "4.3.2" leakcanary = "2.13"