- lowered espresso version

Took 16 minutes
This commit is contained in:
2023-03-15 22:33:37 +00:00
parent 1ef511688f
commit aa8798281c
4 changed files with 3 additions and 13 deletions

View File

@@ -113,7 +113,7 @@ dependencies {
/ * Android Espresso */
def testJunitVersion = "1.1.5"
def testRunnerVersion = "1.5.2"
def espressoVersion = "3.5.1"
def espressoVersion = "3.5.0"
androidTestImplementation "androidx.test.ext:junit:$testJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
androidTestImplementation "androidx.test.espresso.idling:idling-concurrent:$espressoVersion"