Method: DeployGate::Project.android?

Defined in:
lib/deploygate/project.rb

.android?(path) ⇒ Boolean

Parameters:

Returns:



13
14
15
# File 'lib/deploygate/project.rb', line 13

def android?(path)
  DeployGate::Android::GradleProject.root_dir?(path)
end