//retrofit
implementation'com.squareup.retrofit2:retrofit:2.4.0'
implementation'com.squareup.retrofit2:converter-gson:2.4.0'
implementation'com.squareup.retrofit2:adapter-rxjava:2.4.0'
//rxjava
implementation'io.reactivex.rxjava2:rxjava:2.1.17'
implementation'io.reactivex.rxjava2:rxandroid:2.0.2'
//butterknife
implementation'com.jakewharton:butterknife:8.8.1'
annotationProcessor'com.jakewharton:butterknife-compiler:8.8.1'
//logger
implementation'com.orhanobut:logger:2.2.0'
//utils
implementation'com.blankj:utilcode:1.17.3'
//glide
implementation'com.github.bumptech.glide:glide:3.8.0'
//fast json
implementation'com.alibaba:fastjson:1.2.47'
implementation'com.alibaba:fastjson:1.1.68.android'
//android6.0动态获取权限
implementation'com.github.tbruyelle:rxpermissions:0.10.2'
//okhttp3
implementation'com.squareup.okhttp3:okhttp:3.11.0'
implementation'com.squareup.okhttp3:logging-interceptor:3.11.0'
//eventbus
implementation'org.greenrobot:eventbus:3.1.1'
//socket.io
implementation('io.socket:socket.io-client:0.8.3') {
// excluding org.json which is provided by Android
excludegroup:'org.json',module:'json'
}
//greendao
implementation'org.greenrobot:greendao:3.2.2'
// add library
implementation'com.daimajia.numberprogressbar:library:1.4@aar'
//轮播图
implementation'com.youth.banner:banner:1.4.10'
//最新版本
//圆角、圆形ImageView
implementation'com.github.Othershe:NiceImageView:1.0.1'
//二维码
implementation'cn.yipianfengye.android:zxing-library:2.2'