From 76b534e9fcdf031cce27deeedc1ecfc4fbc83635 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 23:02:45 +0000 Subject: [PATCH] Update dependency com.squareup.leakcanary:leakcanary-android to v2.12 --- 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 c839203597..4e98b3dadd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ kotlin = "1.8.22" kotlin-ksp = "1.8.22-1.0.11" kotlinx-coroutines = "1.7.2" kotlinx-serialization = "1.5.1" -leakcanary = "2.11" +leakcanary = "2.12" libvlc = "3.5.1" markwon = "4.6.2" mockk = "1.13.5"