annotationProcessor'com.jakewharton:butterknife-compiler:8.8.1'
// 屏幕适配,根据需求选一个,不要全填上,n后面那个数字代表尺寸文件中有0~n个dimen
implementation'com.github.licheedev.CommonSize:common_size_w750_n1000:1.3'
implementation'org.greenrobot:eventbus:3.1.1'
//圆形图片
implementation'de.hdodenhof:circleimageview:2.2.0'
//图片选择器
implementation'com.lzy.widget:imagepicker:0.6.1'
//下拉刷新
implementation'com.lcodecorex:tkrefreshlayout:1.0.7'
//滑动选择器
implementation'cn.aigestudio.wheelpicker:WheelPicker:1.1.2'
//高仿微信底部导航栏
implementation'com.yinglan.alphatabs:library:1.0.8'
//MagicIndicator
implementation'com.github.hackware1993:MagicIndicator:1.5.0'
//MagicIndicator
implementation'com.github.hackware1993:MagicIndicator:1.5.0'
//走势图
implementation'com.github.PhilJay:MPAndroidChart:v3.0.3'
//卡片
implementation'com.android.support:cardview-v7:27.0.2'
网友评论