Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-06 19:45:52 +03:00
parent bbccb06060
commit 8679b07ade

View file

@ -18,7 +18,7 @@ default_platform(:android)
platform :android do
before_all do |lane, options|
FileUtils.mv("#{__dir__}/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"