diff --git a/android/app/build.gradle b/android/app/build.gradle index 3c508eff..63fdc189 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -103,10 +103,10 @@ dependencies { implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01' // Unit Tests - testImplementation 'androidx.test.ext:junit:1.1.2' + testImplementation 'androidx.test.ext:junit:1.1.3' // UI Testing - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0') { exclude module: 'support-annotations' exclude module: 'jsr305'