Twidere-App-Android-Twitter.../settings.gradle

5 lines
416 B
Groovy
Raw Normal View History

2014-07-03 09:58:09 +02:00
include ':twidere', ':SlidingMenu', ':DragSortListView', ':MenuComponent', ':RefreshNow'
project(':SlidingMenu').projectDir = new File('libraries/SlidingMenu/library')
project(':DragSortListView').projectDir = new File('libraries/DragSortListView/library')
project(':MenuComponent').projectDir = new File('libraries/MenuComponent/library')
project(':RefreshNow').projectDir = new File('libraries/RefreshNow/library')