diff --git a/android/app/build.gradle b/android/app/build.gradle index 50cbfc8f..5c817afb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'org.jetbrains:annotations:15.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.ext:junit:1.1.4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' // Life Cycle Components