Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-15 22:43:52 +03:00
commit d6f9f59866
1729 changed files with 67614 additions and 9361 deletions

View file

@ -9,11 +9,6 @@ plugins {
android {
namespace = "com.tangem.lib.crypto"
}
tasks.withType<Test>().configureEach {
useJUnitPlatform()
}
dependencies {
// region Project
@ -32,6 +27,5 @@ dependencies {
// region Test libraries
testImplementation(projects.test.core)
testRuntimeOnly(deps.test.junit5.engine)
// endregion
}