Updated on 2026-08-14

This commit is contained in:
Tangem 2023-01-23 16:39:42 +08:00
parent 7100baf0a4
commit a335bdfc1b
3 changed files with 146 additions and 93 deletions

View file

@ -20,7 +20,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"