From 996356ef6121555ae8dce8e1b9bd7274e1c9ae7f Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 4 Mar 2024 12:44:46 +0000 Subject: [PATCH] Updated on 2026-08-14 --- app/build.gradle.kts | 3 +++ gradle/dependencies.toml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ee0bc5020b..ce615a8e11 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -230,6 +230,9 @@ dependencies { implementation(deps.listenableFuture) implementation(deps.mlKit.barcodeScanning) + /** Leakcanary */ + debugImplementation(deps.leakcanary) + /** Excluded dependencies */ implementation("com.google.guava:guava:30.0-android") { // excludes version 9999.0-empty-to-avoid-conflict-with-guava diff --git a/gradle/dependencies.toml b/gradle/dependencies.toml index 4b9302bf6b..02f4d4bad6 100644 --- a/gradle/dependencies.toml +++ b/gradle/dependencies.toml @@ -82,6 +82,7 @@ listenableFuture = "1.0" swipeRefreshLayout = "1.1.0" spr-client = "3.6.2" web3j = "4.10.1" +leakcanary = "2.13" # endregion Other libraries # region Tangem @@ -249,4 +250,5 @@ camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "and camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "androidXCamera" } camera-view = { module = "androidx.camera:camera-view", version.ref = "androidXCamera" } web3j-core = { module = "org.web3j:core", version.ref = "web3j" } +leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" } # endregion Other