From 81f4d35f93d7189dab8221714c8f729ee4de29cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:13:29 +0000 Subject: [PATCH] fix(deps): update dependency com.squareup.leakcanary:leakcanary-android-test to v3.0-alpha-8 --- 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 7f803eab..c4c48f3e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ junit = "5.10.2" konvert = "3.2.1" kotlin = "2.0.0" kotlinResult = "2.0.0" -leakcanary = "3.0-alpha-7" +leakcanary = "3.0-alpha-8" lifecycle = "2.8.1" retrofit = "2.11.0" richtext = "1.0.0-alpha01"