Updated on 2026-08-14
This commit is contained in:
parent
1d84a6befb
commit
b4ae91bbaf
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ default_platform(:android)
|
|||
|
||||
platform :android do
|
||||
|
||||
before_all do |lane, options|
|
||||
FileUtils.mv("app/src/main/assets/tangem-app-config/android/google-services.json", "app")
|
||||
end
|
||||
|
||||
desc "Runs all the tests"
|
||||
lane :test do
|
||||
gradle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue