Skip to content

Commit

Permalink
build(deps): bump core from 1.3.0 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps core from 1.3.0 to 1.4.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and david-allison committed Jul 1, 2021
1 parent d1e2d5c commit 29b297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation "org.robolectric:robolectric:4.5.1"
testImplementation 'androidx.test:core:1.3.0'
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'androidx.test.ext:junit:1.1.1'
testImplementation project(path: ':rsdroid-testing')

Expand Down

0 comments on commit 29b297f

Please sign in to comment.