mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-14 08:27:15 +03: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
|
apply from: bootstrap.kotlinModule
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':domain')
|
api project(':core:domain')
|
||||||
api other.twitterSerial
|
api other.twitterSerial
|
||||||
|
|
||||||
testImplementation testing.junit
|
testImplementation testing.junit
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include ':library'
|
include ':library'
|
||||||
include ':domain'
|
include ':core:domain'
|
||||||
include ':subsonic-api'
|
include ':subsonic-api'
|
||||||
include ':subsonic-api-image-loader'
|
include ':subsonic-api-image-loader'
|
||||||
include ':core:cache'
|
include ':core:cache'
|
||||||
|
@ -7,7 +7,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':domain')
|
api project(':core:domain')
|
||||||
api project(':subsonic-api')
|
api project(':subsonic-api')
|
||||||
api(other.picasso) {
|
api(other.picasso) {
|
||||||
exclude group: "com.android.support"
|
exclude group: "com.android.support"
|
||||||
|
@ -53,7 +53,7 @@ dependencies {
|
|||||||
implementation project(':menudrawer')
|
implementation project(':menudrawer')
|
||||||
implementation project(':pulltorefresh')
|
implementation project(':pulltorefresh')
|
||||||
implementation project(':library')
|
implementation project(':library')
|
||||||
implementation project(':domain')
|
implementation project(':core:domain')
|
||||||
implementation project(':subsonic-api')
|
implementation project(':subsonic-api')
|
||||||
implementation project(':subsonic-api-image-loader')
|
implementation project(':subsonic-api-image-loader')
|
||||||
implementation project(':core:cache')
|
implementation project(':core:cache')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user