mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Consistent catalog naming for AndroidX dependencies (#3368)
This commit is contained in:
parent
ec81101a31
commit
ef0ac5220d
15 changed files with 93 additions and 91 deletions
|
|
@ -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) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue