Skip to content

Commit 71d2cea

Browse files
Update AndroidX Test Dependencies
1 parent 5442b63 commit 71d2cea

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

app/build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -148,25 +148,25 @@ dependencies {
148148
implementation 'com.android.billingclient:billing:4.0.0'
149149

150150
// Testing dependencies
151-
implementation 'androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler
151+
implementation 'androidx.test.espresso:espresso-contrib:3.6.0' // Needed for idler
152152
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
153153
testImplementation 'junit:junit:4.13'
154154
testImplementation 'org.mockito:mockito-core:3.11.2'
155155
testImplementation 'org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed
156-
testImplementation 'androidx.test:core:1.4.0'
157-
testImplementation 'androidx.test:rules:1.4.0'
158-
testImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
159-
testImplementation 'androidx.test.ext:junit:1.1.3'
156+
testImplementation 'androidx.test:core:1.6.0'
157+
testImplementation 'androidx.test:rules:1.6.0'
158+
testImplementation 'androidx.test.espresso:espresso-intents:3.6.0'
159+
testImplementation 'androidx.test.ext:junit:1.2.0'
160160
testImplementation 'org.robolectric:shadows-httpclient:4.6.1'
161161
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
162-
androidTestImplementation 'androidx.test:runner:1.4.0'
163-
androidTestImplementation 'androidx.test:rules:1.4.0'
164-
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
165-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
166-
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0'
167-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
162+
androidTestImplementation 'androidx.test:runner:1.6.0'
163+
androidTestImplementation 'androidx.test:rules:1.6.0'
164+
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.6.0'
165+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0'
166+
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.0'
167+
androidTestImplementation 'androidx.test.ext:junit:1.2.0'
168168
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
169-
androidTestUtil 'androidx.test:orchestrator:1.4.0'
169+
androidTestUtil 'androidx.test:orchestrator:1.5.0'
170170
}
171171
apply plugin: 'com.google.gms.google-services'
172172
apply plugin: 'com.apollographql.apollo'

0 commit comments

Comments
 (0)