常用 Android 库
时间:2021-06-14 00:02:41
收藏:0
阅读:18
常用添加 Android 库
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
评论(0)