From 13c7c4b5be27803f7cdd703415df5b4f18419c37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:29:05 +0000 Subject: [PATCH] Update AndroidX Test Dependencies --- app/build.gradle | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e10456e..7814872 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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.2' + 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.1' } apply plugin: 'com.google.gms.google-services' apply plugin: 'com.apollographql.apollo'