upgrade OkHttp, add Conscrypt (#1083)

* upgrade OkHttp, add Conscrypt

* fix tests
This commit is contained in:
Konrad Pozniak 2019-03-04 19:25:51 +01:00 committed by GitHub
commit d43b4fef4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 87 deletions

View file

@ -8,6 +8,10 @@ class FakeTuskyApplication : TuskyApplication() {
lateinit var locator: ServiceLocator
override fun initSecurityProvider() {
// No-op
}
override fun initAppInjector() {
// No-op
}