From 897adb9bda9bbbf48ab2d7b803b83a20d4d6b02f Mon Sep 17 00:00:00 2001 From: dokar3 Date: Thu, 27 Jan 2022 21:01:22 +0800 Subject: [PATCH] Update test dependencies --- library/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 2fa5726..6196dd7 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation "com.google.accompanist:accompanist-flowlayout:$accompanist_version" - testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + testImplementation 'junit:junit:4.13.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file