Aligns the BOM between implementation and tests.

This commit is contained in:
Vitor Pamplona
2024-03-19 17:33:54 -04:00
parent 160e52bd91
commit d59b98089a
4 changed files with 9 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ dependencies {
api libs.url.detector
testImplementation libs.junit
androidTestImplementation platform(libs.androidx.compose.bom)
androidTestImplementation libs.androidx.junit
androidTestImplementation libs.androidx.espresso.core
}