1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-27 07:05:01 +01:00
Mariotaku Lee de764eb177 use newly redesigned protected user icon by @uucky
use new message bubble view
fixed retweet/favorite action button color
bug fixes
2014-11-25 23:15:05 +08:00

9 lines
631 B
Groovy

include ':twidere', ':twidere.wear'
include ':SlidingMenu', ':DragSortListView', ':MenuComponent', ':RefreshNow', ':PullToRefresh', ':MessageBubbleView'
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')
project(':PullToRefresh').projectDir = file('libraries/PullToRefresh/library')
project(':MessageBubbleView').projectDir = file('libraries/MessageBubbleView/library')