Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-06 19:32:59 +03:00
parent 1d84a6befb
commit b4ae91bbaf

View file

@ -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(