Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-06 16:56:19 +03:00
parent 4df9a59252
commit 401c233a36
14 changed files with 3 additions and 1578 deletions

View file

@ -20,9 +20,7 @@ platform :android do
desc "Runs all the tests"
lane :test do
gradle(
task: "test",
flavor: "tangemAccess",
build_type: "DebugUnitTest")
task: "test")
end
desc "Build a signed release APK"