Move cache module to core modules.
This commit is contained in:
parent
4e159eed48
commit
e1f9764d55
|
@ -2,7 +2,7 @@ include ':library'
|
|||
include ':domain'
|
||||
include ':subsonic-api'
|
||||
include ':subsonic-api-image-loader'
|
||||
include ':cache'
|
||||
include ':core:cache'
|
||||
include ':menudrawer'
|
||||
include ':pulltorefresh'
|
||||
include ':ultrasonic'
|
||||
|
|
|
@ -56,7 +56,7 @@ dependencies {
|
|||
implementation project(':domain')
|
||||
implementation project(':subsonic-api')
|
||||
implementation project(':subsonic-api-image-loader')
|
||||
implementation project(':cache')
|
||||
implementation project(':core:cache')
|
||||
|
||||
implementation androidSupport.support
|
||||
implementation androidSupport.design
|
||||
|
|
Loading…
Reference in New Issue