Skip to content

Commit 150d8ca

Browse files
Update AndroidX Test Dependencies (#90)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent da81e23 commit 150d8ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ dependencies {
160160
testImplementation 'org.robolectric:shadows-httpclient:4.6.1'
161161
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
162162
androidTestImplementation 'androidx.test:runner:1.4.0'
163-
androidTestImplementation 'androidx.test:rules:1.3.0'
164-
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.3.0'
163+
androidTestImplementation 'androidx.test:rules:1.4.0'
164+
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
165165
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
166-
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
167-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
166+
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0'
167+
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
168168
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
169169
androidTestUtil 'androidx.test:orchestrator:1.4.0'
170170
}

0 commit comments

Comments
 (0)