1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2024-12-25 16:02:42 +01:00
Twidere-App-Android-Twitter.../settings.gradle
Mariotaku Lee 6a62ba6382 added experimental vine video support
use jitpack instead of submodule
2015-03-23 01:06:25 +08:00

18 lines
704 B
Groovy

include ':twidere'
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'
include ':twidere.extension.push.xiaomi'
include ':SlidingMenu', ':ColorPicker'
project(':SlidingMenu').projectDir = file('libraries/SlidingMenu/library')
project(':ColorPicker').projectDir = file('libraries/ColorPicker/library')