1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-29 00:19:24 +01:00
Yahor Berdnikau ad52e3ad95 Move domain entities to own module.
This allow other modules to depend on them.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2018-03-10 19:42:28 +01:00

8 lines
147 B
Groovy

include ':library'
include ':domain'
include ':subsonic-api'
include ':cache'
include ':menudrawer'
include ':pulltorefresh'
include ':ultrasonic'