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

@ -40,4 +40,5 @@ dependencies {
implementation(libs.zxing.core)
testImplementation(libs.androidx.core.ktx)
testImplementation(libs.kotlin.test)
}