mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 14:53:41 +03:00
fix(deps): Update androidx.test.espresso:espresso-core to v3.6.1 (#1625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9baf6adce5
commit
ff8cef134c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ paging-compose = { module = "androidx.paging:paging-compose", version.ref = "pag
|
||||||
|
|
||||||
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.3"
|
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.3"
|
||||||
test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha03"
|
test-ext = "androidx.test.ext:junit-ktx:1.2.0-alpha03"
|
||||||
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha03"
|
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.1"
|
||||||
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-beta01"
|
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-beta01"
|
||||||
|
|
||||||
[bundles]
|
[bundles]
|
||||||
|
|
Loading…
Reference in a new issue