Skip to content

Commit e0a7226

Browse files
committed
Bump robolectric down.
1 parent cb5590b commit e0a7226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transport/transport-backend-cct/transport-backend-cct.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
testImplementation 'com.github.tomakehurst:wiremock:2.26.3'
7070
//Android compatible version of Apache httpclient.
7171
testImplementation 'org.apache.httpcomponents:httpclient-android:4.3.5.1'
72-
testImplementation 'org.robolectric:robolectric:4.3.1'
72+
testImplementation 'org.robolectric:robolectric:4.2'
7373
testImplementation 'junit:junit:4.13-beta-2'
7474

7575
androidTestImplementation 'androidx.test:runner:1.2.0'
@@ -78,4 +78,4 @@ dependencies {
7878

7979
tasks.withType(Test) {
8080
systemProperty 'javax.net.ssl.trustStore', 'NONE'
81-
}
81+
}

0 commit comments

Comments
 (0)