Move library module to core modules.
This commit is contained in:
parent
01bb519762
commit
997accd88a
|
@ -1,2 +0,0 @@
|
|||
/build
|
||||
*.iml
|
|
@ -1,4 +1,4 @@
|
|||
include ':library'
|
||||
include ':core:library'
|
||||
include ':core:domain'
|
||||
include ':subsonic-api'
|
||||
include ':subsonic-api-image-loader'
|
||||
|
|
|
@ -52,7 +52,7 @@ android {
|
|||
dependencies {
|
||||
implementation project(':menudrawer')
|
||||
implementation project(':pulltorefresh')
|
||||
implementation project(':library')
|
||||
implementation project(':core:library')
|
||||
implementation project(':core:domain')
|
||||
implementation project(':subsonic-api')
|
||||
implementation project(':subsonic-api-image-loader')
|
||||
|
|
Loading…
Reference in New Issue