Home | History | Annotate | Download | only in library

Lines Matching refs:project

13  *      project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
15 * And then you can include the :setup-wizard-lib project as one of your dependencies
17 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
25 // deps = ['project-name': project(':project-path')]
30 // compile deps['project-name']
34 'support-annotations': project(':support-annotations'),
35 'support-appcompat-v7': project(':support-appcompat-v7'),
36 'support-recyclerview-v7': project(':support-recyclerview-v7')