1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 22:29:09 -05:00

Bump chucker from 3.2.0 to 3.3.0 (#979)

This commit is contained in:
dependabot-preview[bot] 2020-10-01 15:38:29 +00:00 committed by GitHub
parent 047e70ad46
commit b91973aec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -117,7 +117,7 @@ play {
ext {
work_manager = "2.4.0"
room = "2.2.5"
chucker = "3.2.0"
chucker = "3.3.0"
mockk = "1.10.2"
moshi = "1.10.0"
}

View File

@ -33,7 +33,11 @@ internal class RepositoryModule {
setSimpleHttpLogger { Timber.d(it) }
// for debug only
addInterceptor(ChuckerInterceptor(context, chuckerCollector), true)
addInterceptor(ChuckerInterceptor(
context = context,
collector = chuckerCollector,
alwaysReadResponseBody = true
), true)
}
}