From 15e014dceec7bffc47545d33fc76a5238a5cf5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de> Date: Thu, 15 Jul 2021 08:18:40 +0200 Subject: [PATCH] Use concrete version of junit --- mailbox/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailbox/build.gradle b/mailbox/build.gradle index 9806eb65..f66ffd42 100644 --- a/mailbox/build.gradle +++ b/mailbox/build.gradle @@ -39,7 +39,7 @@ dependencies { kapt 'com.google.dagger:dagger-compiler:2.37' implementation 'androidx.appcompat:appcompat:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - testImplementation 'junit:junit:4.+' + testImplementation 'junit:junit:4.13.1' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' -} \ No newline at end of file +} -- GitLab