srctree

Robin Linden parent 4682129e 694d8171
Remove androidx-test version reference

These libraries do not always release together and may not always havematching version numbers.

inlinesplit
gradle/libs.versions.toml added: 3, removed: 4, total 0
@@ -5,7 +5,6 @@ sdk-target = "31"
kotlin = "1.8.0"
android-plugin = "7.3.1"
 
androidx-test = "1.5.0"
coil = "1.4.0"
coroutines = "1.6.4"
dagger = "2.44.2"
@@ -78,8 +77,8 @@ tox4j-c = { module = "org.toktok:tox4j-c_2.11", version.ref = "tox4j-core" }
test-espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" }
test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
test-junit-ext = "androidx.test.ext:junit:1.1.4"
test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" }
test-rules = "androidx.test:rules:1.5.0"
test-runner = "androidx.test:runner:1.5.0"
 
# Google's very impressive workaround for the following error:
# Duplicate class com.google.common.util.concurrent.ListenableFuture found