1
0

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
2 changed files with 6 additions and 2 deletions

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)
}
}