mirror of https://github.com/readrops/Readrops.git
Fix failing tests
This commit is contained in:
parent
cbff42b4f2
commit
bdc277f216
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue