常用添加 Android 库
1.圆角图片显示
添加依赖
dependencies 中添加
implementation 'com.makeramen:roundedimageview:2.3.0'
repositories 中添加mavenCentral()
github地址
2.okhttp
添加依赖
implementation("com.squareup.okhttp3:okhttp:4.9.0")
okhttp官方地址
2023-11-29 18:33:34
1.圆角图片显示
添加依赖
dependencies 中添加
implementation 'com.makeramen:roundedimageview:2.3.0'
repositories 中添加mavenCentral()
github地址
2.okhttp
添加依赖
implementation("com.squareup.okhttp3:okhttp:4.9.0")
okhttp官方地址