Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-06 19:41:35 +03:00
parent e245c49538
commit bbccb06060

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("#{__dir__}/app/src/main/assets/tangem-app-config/android/google-services.json", "app")
end
desc "Runs all the tests"