mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-24 14:15:54 +03:00
fix(deps): update dependency androidx.test.ext:junit-ktx to v1.2.1 (#959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2d41bf5589
commit
7823966ddf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "pag
|
||||||
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
|
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
|
||||||
|
|
||||||
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.4"
|
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.4"
|
||||||
test-ext = "androidx.test.ext:junit-ktx:1.2.0"
|
test-ext = "androidx.test.ext:junit-ktx:1.2.1"
|
||||||
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0"
|
test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0"
|
||||||
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
|
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue