We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 858625c + d85f665 commit 42d4f4fCopy full SHA for 42d4f4f
build.gradle
@@ -126,8 +126,8 @@ dependencies {
126
// to avoid duplicate class and dexing errors
127
// see https://github.com/android/android-test/issues/861
128
implementation 'org.checkerframework:checker-qual:3.22.1'
129
- implementation 'org.hamcrest:hamcrest-core:2.2'
130
- implementation 'org.hamcrest:hamcrest-library:2.2'
+ implementation 'org.hamcrest:hamcrest-core:1.3'
+ implementation 'org.hamcrest:hamcrest-library:1.3'
131
implementation 'org.jsoup:jsoup:1.15.1'
132
compileOnly 'com.google.auto.value:auto-value-annotations:1.6.2'
133
annotationProcessor 'com.google.auto.value:auto-value:1.6.2'
0 commit comments