From 8a0b7eca122da14aeaa5be89d9f2976d10490f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 2 Jul 2020 07:54:18 +0200 Subject: [PATCH] Re-add missing hamcrest dependency --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 66c36b748..ac3c3beb8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'