Skip to main content

Warning: okhttp3.internal.platform.ConscryptPlatform: can’t find referenced class org.conscrypt.Conscrypt

[改訂第3版]Jenkins実践入門 ――ビルド・テスト・デプロイを自動化する技術 (WEB DB PRESS plus)

中古価格
¥3,035から
(2018/4/29 11:47時点)


retrofitのバージョンを2.4.0に上げた後に
proguradかけたら以下のエラーが出た

Warning: okhttp3.internal.platform.ConscryptPlatform: can’t find referenced class org.conscrypt.Conscrypt

この解消策


retrofitが利用していたokhttpのバージョンアップが原因
proguradに記載するのは以下
https://github.com/square/okhttp/blob/master/README.md

変更はこれかな
https://github.com/square/okhttp/commit/d9091b357bb74ba72b57953d2dfc7bcbbd099533#diff-04c6e90faac2675aa89e2176d2eec7d8
https://github.com/square/okhttp/commit/1801d0cb2c7132a97c3e9c011a8546f883dfcf12#diff-04c6e90faac2675aa89e2176d2eec7d8

関連記事:

Pocket