Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Move subsonic-api module to core modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapchicoma committed Oct 7, 2018
1 parent fb8d538 commit 44fa1b1
Show file tree
Hide file tree
Showing 180 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/subsonic-api-image-loader/build.gradle
Expand Up @@ -8,7 +8,7 @@ android {

dependencies {
api project(':core:domain')
api project(':subsonic-api')
api project(':core:subsonic-api')
api(other.picasso) {
exclude group: "com.android.support"
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1,6 +1,6 @@
include ':core:library'
include ':core:domain'
include ':subsonic-api'
include ':core:subsonic-api'
include ':core:subsonic-api-image-loader'
include ':core:cache'
include ':core:menudrawer'
Expand Down
2 changes: 0 additions & 2 deletions subsonic-api/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion ultrasonic/build.gradle
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation project(':core:pulltorefresh')
implementation project(':core:library')
implementation project(':core:domain')
implementation project(':subsonic-api')
implementation project(':core:subsonic-api')
implementation project(':core:subsonic-api-image-loader')
implementation project(':core:cache')

Expand Down

0 comments on commit 44fa1b1

Please sign in to comment.