Re-add missing hamcrest dependency

This commit is contained in:
Dominik Schürmann 2020-07-02 07:54:18 +02:00
parent 64e1ec12b9
commit 8a0b7eca12
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ dependencies {
testImplementation 'junit:junit:4.13'
testImplementation 'org.robolectric:robolectric:4.3'
testImplementation 'org.mockito:mockito-core:3.3.3'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.65'
androidTestImplementation 'androidx.test:core:1.2.0'