1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-28 07:29:25 +01:00
2014-07-06 08:23:09 +08:00

6 lines
401 B
Groovy

include ':twidere', ':SlidingMenu', ':DragSortListView', ':MenuComponent', ':RefreshNow'
project(':SlidingMenu').projectDir = file('libraries/SlidingMenu/library')
project(':DragSortListView').projectDir = file('libraries/DragSortListView/library')
project(':MenuComponent').projectDir = file('libraries/MenuComponent/library')
project(':RefreshNow').projectDir = file('libraries/RefreshNow/library')