mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 15:37:17 +03:00
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…
x
Reference in New Issue
Block a user