Skip to content

Commit

Permalink
Drop unused playback-ui module
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Jun 12, 2024
1 parent 6bbf315 commit 2eb45ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 67 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ dependencies {
implementation(projects.playback.core)
implementation(projects.playback.exoplayer)
implementation(projects.playback.jellyfin)
implementation(projects.playback.ui)
implementation(projects.preference)
implementation(libs.jellyfin.apiclient)
implementation(libs.jellyfin.sdk) {
Expand Down
59 changes: 0 additions & 59 deletions playback/ui/build.gradle.kts

This file was deleted.

6 changes: 0 additions & 6 deletions playback/ui/src/main/AndroidManifest.xml

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ include(":app")
include(":playback:core")
include(":playback:exoplayer")
include(":playback:jellyfin")
include(":playback:ui")
include(":preference")

pluginManagement {
Expand Down

0 comments on commit 2eb45ac

Please sign in to comment.