Turn on repo update command

This commit is contained in:
DashaGitHub 2019-08-09 16:48:21 +03:00
parent 51ae3d4fd8
commit f3999f601f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ private_lane :installDependencies do |options|
end
cocoapods(
repo_update: false
repo_update: true
)
end