diff --git a/build.gradle b/build.gradle index 1d28f68..26beafa 100644 --- a/build.gradle +++ b/build.gradle @@ -126,8 +126,8 @@ dependencies { // to avoid duplicate class and dexing errors // see https://github.com/android/android-test/issues/861 implementation 'org.checkerframework:checker-qual:3.22.1' - implementation 'org.hamcrest:hamcrest-core:2.2' - implementation 'org.hamcrest:hamcrest-library:2.2' + implementation 'org.hamcrest:hamcrest-core:1.3' + implementation 'org.hamcrest:hamcrest-library:1.3' implementation 'org.jsoup:jsoup:1.15.1' compileOnly 'com.google.auto.value:auto-value-annotations:1.6.2' annotationProcessor 'com.google.auto.value:auto-value:1.6.2'