Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Library tab - replacing Followed and Watched #1035

Merged
merged 13 commits into from
Jan 4, 2023
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ dependencies {
implementation(projects.ui.discover)
implementation(projects.ui.showdetails)
implementation(projects.ui.episodedetails)
implementation(projects.ui.followed)
implementation(projects.ui.watched)
implementation(projects.ui.library)
implementation(projects.ui.popular)
implementation(projects.ui.trending)
implementation(projects.ui.recommended)
Expand Down
Loading