From 92dc6d9e4c230f626c28dae980469ace05fffaf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:58:36 +0000 Subject: [PATCH] fix(deps): update dependency com.squareup.leakcanary:leakcanary-android-test to v3.0-alpha-5 --- 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 6a26c2a6..c605d021 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ junit = "5.10.2" konvert = "3.2.0" kotlin = "1.9.24" kotlinResult = "2.0.0" -leakcanary = "3.0-alpha-4" +leakcanary = "3.0-alpha-5" lifecycle = "2.8.0" retrofit = "2.11.0" richtext = "1.0.0-alpha01"