Remove unused dependencies in :app (#3365)

This commit is contained in:
Phil Oliver 2025-10-06 22:14:25 -04:00 committed by GitHub
parent ff9d621978
commit 4d7ad96a09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 66 additions and 230 deletions

View file

@ -34,5 +34,6 @@ dependencies {
implementation(projects.core.strings)
implementation(projects.core.ui)
implementation(libs.bundles.ui)
implementation(libs.timber)
}