diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index f6b9ef0ee..90e3c1bf2 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -225,7 +225,7 @@ dependencies { // Assertions androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.ext:truth:1.5.0' - androidTestImplementation 'com.google.truth:truth:1.1.5' + androidTestImplementation 'com.google.truth:truth:1.2.0' // Espresso dependencies androidTestImplementation "androidx.test.espresso:espresso-core:$ESPRESSO_VERSION"