diff --git a/packages/espresso/android/build.gradle b/packages/espresso/android/build.gradle index 62baba0ac31b..3e0519e7931c 100644 --- a/packages/espresso/android/build.gradle +++ b/packages/espresso/android/build.gradle @@ -55,7 +55,7 @@ dependencies { androidTestImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'junit:junit:4.12' - testImplementation "com.google.truth:truth:1.0" + testImplementation "com.google.truth:truth:1.1.3" api 'androidx.test:runner:1.1.1' api 'androidx.test.espresso:espresso-core:3.1.1' @@ -69,7 +69,7 @@ dependencies { // Assertions api 'androidx.test.ext:junit:1.1.3' api 'androidx.test.ext:truth:1.4.0' - api 'com.google.truth:truth:0.42' + api 'com.google.truth:truth:1.1.3' // Espresso dependencies api 'androidx.test.espresso:espresso-core:3.1.0'