Remove remaining unused dependencies in :core:* (#3387)

This commit is contained in:
Phil Oliver 2025-10-07 20:08:48 -04:00 committed by GitHub
parent ecbe17f61c
commit da65dfdd15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 25 deletions

View file

@ -40,7 +40,7 @@ dependencies {
implementation(libs.zxing.core)
testImplementation(libs.androidx.core.ktx)
testImplementation(libs.kotlin.test)
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.test.ext.junit)
}