Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-04 12:44:46 +00:00
parent 1776322495
commit 996356ef61
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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