Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-06 19:38:46 +03:00
parent b4ae91bbaf
commit e245c49538

View file

@ -18,7 +18,7 @@ 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")
FileUtils.mv("../app/src/main/assets/tangem-app-config/android/google-services.json", "app")
end
desc "Runs all the tests"