Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-06 20:16:14 +03:00
commit 330ae73357
973 changed files with 37280 additions and 11282 deletions

View file

@ -24,7 +24,11 @@ platform :android do
desc "Runs all the tests"
lane :test do
gradle(
task: "test")
task: "clean assemble",
build_type: "Debug"
)
gradle(task: "detekt")
gradle(task: "test")
end
desc "Build a signed release APK"