2015-03-09 19:56:36 +08:00
|
|
|
include ':twidere'
|
2015-01-11 17:28:45 +08: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 23:46:07 +08:00
|
|
|
include ':twidere.wear'
|
|
|
|
include ':twidere.donate.nyanwp'
|
|
|
|
include ':twidere.donate.nyanwp.wear'
|
|
|
|
include ':twidere.component.nyan'
|
2015-01-11 17:28:45 +08:00
|
|
|
include ':twidere.extension.streaming'
|
2015-01-24 00:09:03 +08:00
|
|
|
include ':twidere.extension.twitlonger'
|
2015-03-09 19:56:36 +08:00
|
|
|
include ':twidere.extension.push.xiaomi'
|
2015-03-22 18:33:32 +08:00
|
|
|
include ':SlidingMenu', ':DragSortListView', ':MessageBubbleView', ':ColorPicker'
|
2014-07-06 08:23:09 +08:00
|
|
|
|
|
|
|
project(':SlidingMenu').projectDir = file('libraries/SlidingMenu/library')
|
|
|
|
project(':DragSortListView').projectDir = file('libraries/DragSortListView/library')
|
2015-03-08 23:44:47 +08:00
|
|
|
project(':MessageBubbleView').projectDir = file('libraries/MessageBubbleView/library')
|
|
|
|
project(':ColorPicker').projectDir = file('libraries/ColorPicker/library')
|