Skip to content

Commit

Permalink
Bump runnerVersion from 1.3.0 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps `runnerVersion` from 1.3.0 to 1.4.0.

Updates `runner` from 1.3.0 to 1.4.0

Updates `rules` from 1.3.0 to 1.4.0

---
updated-dependencies:
- dependency-name: androidx.test:runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.test:rules
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2021
1 parent 40cc87c commit 89a203c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

/* UI Test */
final espressoVersion = '3.4.0'
final runnerVersion = '1.3.0'
final runnerVersion = '1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
androidTestImplementation "androidx.test.espresso:espresso-contrib:$espressoVersion"
Expand Down

0 comments on commit 89a203c

Please sign in to comment.