Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-19 18:33:53 +03:00
parent 4f5b134c99
commit c2c536f669

View file

@ -18,7 +18,7 @@ default_platform(:android)
platform :android do
before_all do |lane, options|
FileUtils.cp("../app/src/main/assets/tangem-app-config/android/google-services.json", "../app")
FileUtils.cp("../app/src/main/assets/tangem-app-config/android/google-services/release/google-services.json", "../app")
end
desc "Run detekt"