1.圆角图片显示
添加依赖
dependencies 中添加
implementation ‘com.makeramen:roundedimageview:2.3.0‘
repositories 中添加mavenCentral()
github地址
2.okhttp
添加依赖
implementation("com.squareup.okhttp3:okhttp:4.9.0")
okhttp官方地址
原文:https://www.cnblogs.com/Yunrui-blogs/p/14881256.html