2015-01-06 16:46:07 +01:00
|
|
|
include ':twidere'
|
2015-01-11 10:28:45 +01:00
|
|
|
include ':twidere.component.twitter4j'
|
|
|
|
include ':twidere.component.twitter4j.streaming'
|
|
|
|
include ':twidere.component.common'
|
|
|
|
include ':twidere.library.extension'
|
|
|
|
include ':twidere.component.jsonserializer'
|
|
|
|
include ':twidere.component.querybuilder'
|
2015-01-06 16:46:07 +01:00
|
|
|
include ':twidere.wear'
|
|
|
|
include ':twidere.donate.nyanwp'
|
|
|
|
include ':twidere.donate.nyanwp.wear'
|
|
|
|
include ':twidere.component.nyan'
|
|
|
|
include ':twidere.component.viewer.media'
|
2015-01-11 10:28:45 +01:00
|
|
|
include ':twidere.extension.streaming'
|
2014-11-25 16:15:05 +01:00
|
|
|
include ':SlidingMenu', ':DragSortListView', ':MenuComponent', ':RefreshNow', ':PullToRefresh', ':MessageBubbleView'
|
2014-07-06 02:23:09 +02:00
|
|
|
|
|
|
|
project(':SlidingMenu').projectDir = file('libraries/SlidingMenu/library')
|
|
|
|
project(':DragSortListView').projectDir = file('libraries/DragSortListView/library')
|
|
|
|
project(':MenuComponent').projectDir = file('libraries/MenuComponent/library')
|
2014-11-21 04:00:46 +01:00
|
|
|
project(':RefreshNow').projectDir = file('libraries/RefreshNow/library')
|
2014-11-25 16:15:05 +01:00
|
|
|
project(':PullToRefresh').projectDir = file('libraries/PullToRefresh/library')
|
|
|
|
project(':MessageBubbleView').projectDir = file('libraries/MessageBubbleView/library')
|