Consistent catalog naming for AndroidX dependencies (#3368)

This commit is contained in:
Phil Oliver 2025-10-06 23:51:32 -04:00 committed by GitHub
parent ec81101a31
commit ef0ac5220d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 93 additions and 91 deletions

View file

@ -22,13 +22,15 @@ plugins {
}
dependencies {
implementation(project(":core:prefs"))
implementation(project(":core:model"))
implementation(projects.core.model)
implementation(projects.core.prefs)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.hilt.lifecycle.viewmodel.compose)
implementation(libs.androidx.navigation.compose)
implementation(libs.androidx.lifecycle.process)
implementation(libs.timber)
implementation(libs.appcompat)
implementation(libs.hilt.lifecycle.viewmodel.compose)
implementation(libs.navigation.compose)
implementation(libs.lifecycle.process)
googleImplementation(platform(libs.firebase.bom))
googleImplementation(libs.bundles.firebase) {
/*