diff --git a/app/build.gradle b/app/build.gradle index 447c6f8e..e1bcab5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}" // Unit Testing - testImplementation 'androidx.test.ext:junit:1.1.1' + testImplementation 'androidx.test.ext:junit:1.1.3' // Espresso UI Testing androidTestImplementation 'androidx.test.ext:junit:1.1.1'