Move subsonic-api-image-loader module to core modules.
This commit is contained in:
parent
d98ff9ffcf
commit
fb8d5382dc
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
@ -1,7 +1,7 @@
|
|||
include ':core:library'
|
||||
include ':core:domain'
|
||||
include ':subsonic-api'
|
||||
include ':subsonic-api-image-loader'
|
||||
include ':core:subsonic-api-image-loader'
|
||||
include ':core:cache'
|
||||
include ':core:menudrawer'
|
||||
include ':core:pulltorefresh'
|
||||
|
|
|
@ -55,7 +55,7 @@ dependencies {
|
|||
implementation project(':core:library')
|
||||
implementation project(':core:domain')
|
||||
implementation project(':subsonic-api')
|
||||
implementation project(':subsonic-api-image-loader')
|
||||
implementation project(':core:subsonic-api-image-loader')
|
||||
implementation project(':core:cache')
|
||||
|
||||
implementation androidSupport.support
|
||||
|
|
Loading…
Reference in New Issue