From ca6ab7cfcca10e36b682ef1f9a75a443821c101d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 20:23:25 +0000 Subject: [PATCH] Update dependency androidx.arch.core:core-testing to v2.2.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b64b44e..4796244 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,7 +97,7 @@ dependencies { implementation "androidx.test:core:1.4.0" testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-all:1.3" - testImplementation "androidx.arch.core:core-testing:2.1.0" + testImplementation "androidx.arch.core:core-testing:2.2.0" testImplementation "org.robolectric:robolectric:4.10.3" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0" testImplementation "com.google.truth:truth:1.1.5" @@ -111,7 +111,7 @@ dependencies { // Instrumented Unit Tests androidTestImplementation "junit:junit:4.13.2" androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0" - androidTestImplementation "androidx.arch.core:core-testing:2.1.0" + androidTestImplementation "androidx.arch.core:core-testing:2.2.0" androidTestImplementation "com.google.truth:truth:1.1.5" androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:core-ktx:1.4.0'