0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Bump robolectric from 4.5 to 4.5.1

Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.5 to 4.5.1.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.5...robolectric-4.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-02 10:11:56 +00:00 committed by Mike Hardy
parent 117ff77669
commit eb7087c0d7
2 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@ dependencies {
testImplementation 'org.mockito:mockito-inline:3.7.7' testImplementation 'org.mockito:mockito-inline:3.7.7'
testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1' testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
testImplementation "org.robolectric:robolectric:4.5" testImplementation "org.robolectric:robolectric:4.5.1"
testImplementation 'androidx.test:core:1.3.0' testImplementation 'androidx.test:core:1.3.0'
testImplementation 'androidx.test.ext:junit:1.1.2' testImplementation 'androidx.test.ext:junit:1.1.2'
// debugImplementation required vs testImplementation: https://issuetracker.google.com/issues/128612536 // debugImplementation required vs testImplementation: https://issuetracker.google.com/issues/128612536

View File

@ -52,7 +52,7 @@ dependencies {
api fileTree(dir: 'libs', include: ['*.jar']) api fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.annotation:annotation:1.1.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.7.0' testImplementation 'org.junit.vintage:junit-vintage-engine:5.7.0'
testImplementation 'org.robolectric:robolectric:4.5' testImplementation 'org.robolectric:robolectric:4.5.1'
lintPublish project(":lint-rules") lintPublish project(":lint-rules")
} }