diff --git a/app/build.gradle b/app/build.gradle index b55a239..43ebe26 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { //implementation 'junit:junit:+' // implementation project(':RippleDrawableSupport') implementation 'com.github.ozodrukh:RippleDrawable:2.0.0' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.1' testImplementation "org.robolectric:robolectric:4.3" //implementation project(':fabtoolbar');