Android新建项目用到的依赖库

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u010838785/article/details/88987800
// 添加工具类
implementation 'com.blankj:utilcode:1.19.3'
// adapter
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.40'
// 添加smartRefreshLayout支持文件
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-1'
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-1'
// 添加stream支持
implementation 'com.annimon:stream:1.2.1'
// 添加butterKnife
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
// 添加titleView
implementation 'com.wuhenzhizao:titlebar:1.1.4'
// 添加basePop
implementation 'com.github.razerdp:BasePopup:2.1.8'
// 添加xUtils3的依赖
implementation 'org.xutils:xutils:3.5.0'
// 添加fastJson依赖
implementation 'com.alibaba:fastjson:1.1.68.android'

猜你喜欢

转载自blog.csdn.net/u010838785/article/details/88987800
今日推荐