From ea44e69e246fd38de03caca8a834ebc90b1336af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:45:05 +0000 Subject: [PATCH] fix(deps): update kotlin.result to v1.1.21 --- 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 62f398ba92..8f0e207749 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ glide-animation-plugin = "2.23.0" hilt = "2.51.1" junit = "4.13.2" kotlin = "2.0.0" -kotlin-result = "1.1.20" +kotlin-result = "1.1.21" ksp = "2.0.0-1.0.22" image-cropper = "4.3.2" leakcanary = "2.14"