6 lines
254 B
Groovy
6 lines
254 B
Groovy
include ':News-Android-App', ':ownCloud-Account-Importer'
|
|
include ':Changeloglib:ChangeLogLibrary'
|
|
include ':MaterialShowcaseView:library'
|
|
include 'customtabs'
|
|
project(':customtabs').projectDir = new File(settingsDir, './custom-tabs-client/customtabs')
|
|
|