From fa6dba6cc76f0b08cbc9bf222b0e087f4fb16d76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:34:33 +0600 Subject: [PATCH] fix(deps): update leakcanary to v2.14 (#715) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 3c81f6603..a2f4303db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] aboutlib_version = "11.1.4" -leakcanary = "2.13" +leakcanary = "2.14" moko = "0.23.0" okhttp_version = "5.0.0-alpha.12" richtext = "0.20.0"