1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-06 21:42:58 +01:00
Twidere-App-Android-Twitter.../settings.gradle
Mariotaku Lee 03dccdbe43 trying to make twidere work with identi.ca #235
improved L compatibility
2014-10-25 18:45:50 +08:00

7 lines
425 B
Groovy

include ':twidere', ':twidere.wear'
include ':SlidingMenu', ':DragSortListView', ':MenuComponent', ':RefreshNow'
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')