Updated on 2026-08-14
This commit is contained in:
parent
587a0c8624
commit
88cf7ec1af
212 changed files with 1223 additions and 1128 deletions
|
|
@ -19,9 +19,11 @@ platform :android do
|
|||
|
||||
desc "Run detekt"
|
||||
lane :detekt do
|
||||
FileUtils.cp("../app/src/main/assets/tangem-app-config/android/google-services/dev/google-services.json", "../app")
|
||||
FileUtils.cp("../tangem-android-tools/CI/gradle_properties/tests_ci_gradle.properties", "../gradle.properties")
|
||||
puts File.read("../gradle.properties")
|
||||
gradle(task: "detekt")
|
||||
gradle(task: "detektGoogleDebug")
|
||||
end
|
||||
|
||||
desc "Run tests"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue