mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-16 11:41:16 +01:00
Move domain module to core modules.
This commit is contained in:
parent
e1f9764d55
commit
01bb519762
2
core/cache/build.gradle
vendored
2
core/cache/build.gradle
vendored
@ -1,7 +1,7 @@
|
||||
apply from: bootstrap.kotlinModule
|
||||
|
||||
dependencies {
|
||||
api project(':domain')
|
||||
api project(':core:domain')
|
||||
api other.twitterSerial
|
||||
|
||||
testImplementation testing.junit
|
||||
|
@ -1,5 +1,5 @@
|
||||
include ':library'
|
||||
include ':domain'
|
||||
include ':core:domain'
|
||||
include ':subsonic-api'
|
||||
include ':subsonic-api-image-loader'
|
||||
include ':core:cache'
|
||||
|
@ -7,7 +7,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api project(':domain')
|
||||
api project(':core:domain')
|
||||
api project(':subsonic-api')
|
||||
api(other.picasso) {
|
||||
exclude group: "com.android.support"
|
||||
|
@ -53,7 +53,7 @@ dependencies {
|
||||
implementation project(':menudrawer')
|
||||
implementation project(':pulltorefresh')
|
||||
implementation project(':library')
|
||||
implementation project(':domain')
|
||||
implementation project(':core:domain')
|
||||
implementation project(':subsonic-api')
|
||||
implementation project(':subsonic-api-image-loader')
|
||||
implementation project(':core:cache')
|
||||
|
Loading…
x
Reference in New Issue
Block a user