Remove unused :core:analytics dependencies (#3381)

This commit is contained in:
Phil Oliver 2025-10-07 15:35:44 -04:00 committed by GitHub
parent 633c1f6010
commit 83531eeba9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 18 additions and 15 deletions

View file

@ -53,6 +53,7 @@ dependencies {
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.lifecycle.viewmodel.compose)
implementation(libs.androidx.lifecycle.viewmodel.ktx)
implementation(libs.androidx.navigation.compose)
implementation(libs.kotlinx.coroutines.android)
implementation(libs.material)
implementation(libs.mgrs)