Move library module to core modules.

This commit is contained in:
Yahor Berdnikau 2018-10-06 14:15:27 +02:00
parent 01bb519762
commit 997accd88a
15 changed files with 2 additions and 4 deletions

2
library/.gitignore vendored
View File

@ -1,2 +0,0 @@
/build
*.iml

View File

@ -1,4 +1,4 @@
include ':library'
include ':core:library'
include ':core:domain'
include ':subsonic-api'
include ':subsonic-api-image-loader'

View File

@ -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')