mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-10 01:31:23 -06:00
Bump chucker from 3.2.0 to 3.3.0 (#979)
This commit is contained in:
parent
047e70ad46
commit
b91973aec3
@ -117,7 +117,7 @@ play {
|
|||||||
ext {
|
ext {
|
||||||
work_manager = "2.4.0"
|
work_manager = "2.4.0"
|
||||||
room = "2.2.5"
|
room = "2.2.5"
|
||||||
chucker = "3.2.0"
|
chucker = "3.3.0"
|
||||||
mockk = "1.10.2"
|
mockk = "1.10.2"
|
||||||
moshi = "1.10.0"
|
moshi = "1.10.0"
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,11 @@ internal class RepositoryModule {
|
|||||||
setSimpleHttpLogger { Timber.d(it) }
|
setSimpleHttpLogger { Timber.d(it) }
|
||||||
|
|
||||||
// for debug only
|
// for debug only
|
||||||
addInterceptor(ChuckerInterceptor(context, chuckerCollector), true)
|
addInterceptor(ChuckerInterceptor(
|
||||||
|
context = context,
|
||||||
|
collector = chuckerCollector,
|
||||||
|
alwaysReadResponseBody = true
|
||||||
|
), true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user