1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-01 17:26:46 +01:00

20 lines
1.0 KiB
Groovy
Raw Normal View History

include ':twidere', ':twidere.component.api.twitter', ':twidere.extension.push.xiaomi'
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'
include ':twidere.wear'
include ':twidere.donate.nyanwp'
include ':twidere.donate.nyanwp.wear'
include ':twidere.component.nyan'
include ':twidere.extension.streaming'
include ':twidere.extension.twitlonger'
2015-01-18 04:19:11 +08:00
include ':SlidingMenu', ':DragSortListView', ':RefreshNow', ':PullToRefresh', ':MessageBubbleView'
2014-07-06 08:23:09 +08:00
project(':SlidingMenu').projectDir = file('libraries/SlidingMenu/library')
project(':DragSortListView').projectDir = file('libraries/DragSortListView/library')
project(':RefreshNow').projectDir = file('libraries/RefreshNow/library')
project(':PullToRefresh').projectDir = file('libraries/PullToRefresh/library')
project(':MessageBubbleView').projectDir = file('libraries/MessageBubbleView/library')