From 71d2cea322a604d7b92ba1d52d42a55912c81eee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:03:04 +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..d36e18f 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.0' // 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.0' + testImplementation 'androidx.test:rules:1.6.0' + testImplementation 'androidx.test.espresso:espresso-intents:3.6.0' + testImplementation 'androidx.test.ext:junit:1.2.0' 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.0' + androidTestImplementation 'androidx.test:rules:1.6.0' + androidTestImplementation 'androidx.test.espresso:espresso-intents:3.6.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' + androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.0' + androidTestImplementation 'androidx.test.ext:junit:1.2.0' 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'