Remove version catalog bundles (#3370)

This commit is contained in:
Phil Oliver 2025-10-07 06:23:12 -04:00 committed by GitHub
parent 7287ebbf49
commit 59916a4cbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 99 additions and 76 deletions

View file

@ -34,6 +34,12 @@ dependencies {
implementation(projects.core.strings)
implementation(projects.core.ui)
implementation(libs.bundles.ui)
implementation(libs.androidx.compose.material.iconsExtended)
implementation(libs.androidx.compose.material3)
implementation(libs.androidx.compose.runtime.livedata)
implementation(libs.androidx.compose.ui.text)
implementation(libs.androidx.compose.ui.tooling.preview)
implementation(libs.androidx.constraintlayout)
implementation(libs.material)
implementation(libs.timber)
}