Updated on 2026-08-14
This commit is contained in:
parent
37efabe359
commit
4fe300d8cc
3 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ android {
|
|||
namespace = "com.tangem.wallet"
|
||||
testOptions {
|
||||
animationsDisabled = true
|
||||
execution = "ANDROIDX_TEST_ORCHESTRATOR"
|
||||
}
|
||||
packaging {
|
||||
jniLibs {
|
||||
|
|
@ -345,6 +346,8 @@ dependencies {
|
|||
implementation(deps.listenableFuture)
|
||||
implementation(deps.mlKit.barcodeScanning)
|
||||
|
||||
androidTestUtil(deps.test.orchestrator)
|
||||
|
||||
/** Leakcanary */
|
||||
debugImplementation(deps.leakcanary)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue