Skip to content

Commit

Permalink
Update test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Apr 14, 2022
1 parent 46e4e87 commit 6493726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ androidX-test-core = { module = "androidx.test:core", version = "1.4.0" }
androidX-test-rules = { module = "androidx.test:rules", version.ref = "androidXTest" }
# Exposed transitively, avoid increasing
androidX-test-runner = { module = "androidx.test:runner", version = "1.1.0" }
androidX-test-runner-internal = { module = "androidx.test:runner", version = "1.4.0" }
androidX-test-orchestrator = { module = "androidx.test:orchestrator", version = "1.4.1" }
androidX-test-espresso = { module = "androidx.test.espresso:espresso-core", version = "3.4.0" }
androidX-test-junit = { module = "androidx.test.ext:junit", version.ref = "androidXJunit" }
Expand Down
2 changes: 2 additions & 0 deletions leakcanary-android-instrumentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ dependencies {
implementation libs.androidX.test.runner
implementation libs.kotlin.stdlib

// Using a more recent version (without enforcing that on consumers)
androidTestImplementation libs.androidX.test.runner.internal
// AppWatcher auto installer for running tests
androidTestImplementation project(':leakcanary-object-watcher-android')
// Plumber auto installer for running tests
Expand Down

0 comments on commit 6493726

Please sign in to comment.