Skip to content

Commit 42d4f4f

Browse files
authored
Merge pull request #72 from brettchabot/hamcrest_1_3
Downgrade ATF's hamcrest dependency from 2.2 to 1.3.
2 parents 858625c + d85f665 commit 42d4f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ dependencies {
126126
// to avoid duplicate class and dexing errors
127127
// see https://github.com/android/android-test/issues/861
128128
implementation 'org.checkerframework:checker-qual:3.22.1'
129-
implementation 'org.hamcrest:hamcrest-core:2.2'
130-
implementation 'org.hamcrest:hamcrest-library:2.2'
129+
implementation 'org.hamcrest:hamcrest-core:1.3'
130+
implementation 'org.hamcrest:hamcrest-library:1.3'
131131
implementation 'org.jsoup:jsoup:1.15.1'
132132
compileOnly 'com.google.auto.value:auto-value-annotations:1.6.2'
133133
annotationProcessor 'com.google.auto.value:auto-value:1.6.2'

0 commit comments

Comments
 (0)