From bdc277f216003be3e337a1e68e7da1c938cb53b8 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Fri, 2 Jul 2021 19:13:49 +0200 Subject: [PATCH] Fix failing tests --- api/build.gradle | 4 ++-- app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/build.gradle b/api/build.gradle index 5e19b01c..991e4995 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -51,8 +51,8 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.0' - androidTestImplementation "io.insert-koin:koin-test:2.1.6" - testImplementation "io.insert-koin:koin-test:2.1.6" + androidTestImplementation "io.insert-koin:koin-test:2.2.3" + testImplementation "io.insert-koin:koin-test:2.2.3" implementation 'com.gitlab.mvysny.konsume-xml:konsume-xml:0.12' diff --git a/app/build.gradle b/app/build.gradle index 3538d38d..f9e97567 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation "androidx.work:work-runtime-ktx:2.4.0" implementation "androidx.fragment:fragment-ktx:1.2.5" implementation "androidx.browser:browser:1.2.0" - testImplementation "io.insert-koin:koin-test:2.1.6" + testImplementation "io.insert-koin:koin-test:2.2.3" implementation 'com.github.bumptech.glide:glide:4.11.0' kapt 'com.github.bumptech.glide:compiler:4.11.0'