Fix failing tests

This commit is contained in:
Shinokuni 2021-07-02 19:13:49 +02:00
parent cbff42b4f2
commit bdc277f216
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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'