依赖库引入记录
Posted 千彧
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了依赖库引入记录相关的知识,希望对你有一定的参考价值。
implementation ‘com.android.support:percent:27.1.1‘// 百分比布局
implementation‘com.android.support:recyclerview-v7:27.1.1‘// 滚动栏
implementation‘com.android.support:cardview-v7:27.1.1‘// 卡片布局 有阴影效果
implementation‘com.github.bumptech.glide:glide:3.7.0‘// 图片加载库
implementation‘com.google.code.gson:gson:2.7‘// 解析json
implementation ‘com.squareup.okhttp3:okhttp:3.4.1‘ // okhttp
implementation ‘com.github.ctiao:DanmakuFlameMaster:0.5.3‘// bilibili 开源弹幕库
以上是关于依赖库引入记录的主要内容,如果未能解决你的问题,请参考以下文章
像 npm 一样在 Andriod 项目中引入 Gradle 依赖