mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-27 07:05:01 +01:00
de764eb177
use new message bubble view fixed retweet/favorite action button color bug fixes
9 lines
631 B
Groovy
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') |