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