Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Dec 9, 2024
1 parent 7bc6c05 commit 1608fe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android-plugin = "8.7.3"

coroutines = "1.9.0"
dagger = "2.52"
espresso = "3.5.1"
espresso = "3.6.1"
lifecycle = "2.8.7"
navigation = "2.7.7" # 2.8.2 requires minSdk 21.
room = "2.6.1"
Expand Down Expand Up @@ -67,8 +67,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.5"
test-rules = "androidx.test:rules:1.5.0"
test-runner = "androidx.test:runner:1.5.2"
test-junit-ext = "androidx.test.ext:junit:1.2.1"
test-rules = "androidx.test:rules:1.6.1"
test-runner = "androidx.test:runner:1.6.2"

[bundles]

0 comments on commit 1608fe6

Please sign in to comment.