mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-02 18:26:49 +01:00
Move library module to core modules.
This commit is contained in:
parent
01bb519762
commit
997accd88a
2
library/.gitignore
vendored
2
library/.gitignore
vendored
@ -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…
x
Reference in New Issue
Block a user