Skip to content

Commit

Permalink
Update AndroidX Test Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2024
1 parent 5442b63 commit fe6f5da
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,25 +148,25 @@ dependencies {
implementation 'com.android.billingclient:billing:4.0.0'

// Testing dependencies
implementation 'androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler
implementation 'androidx.test.espresso:espresso-contrib:3.6.1' // Needed for idler
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-core:3.11.2'
testImplementation 'org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'androidx.test:rules:1.4.0'
testImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
testImplementation 'androidx.test.ext:junit:1.1.3'
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'androidx.test:rules:1.6.1'
testImplementation 'androidx.test.espresso:espresso-intents:3.6.1'
testImplementation 'androidx.test.ext:junit:1.2.1'
testImplementation 'org.robolectric:shadows-httpclient:4.6.1'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test:runner:1.6.1'
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.6.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
androidTestUtil 'androidx.test:orchestrator:1.4.0'
androidTestUtil 'androidx.test:orchestrator:1.5.0'
}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.apollographql.apollo'
Expand Down

0 comments on commit fe6f5da

Please sign in to comment.