作者:牛玺峻国_781 | 来源:互联网 | 2023-09-13 14:12
*设计包*implementationcom.android.support:design:27.1.1*ButterKnife依赖*implementationcom.jakew
/* 设计包 */implementation 'com.android.support:design:27.1.1'/* ButterKnife 依赖 */implementation 'com.jakewharton:butterknife:10.2.3'annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'implementation 'com.jakewharton:butterknife:8.8.1'annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'/* RecycleView */implementation 'com.android.support:recyclerview-v7:27.1.1'/* 万能适配器 */implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'/* Fresco */implementation 'com.facebook.fresco:fresco:2.3.0'/* Retrofit依赖 */implementation 'com.squareup.retrofit2:retrofit:2.9.0'implementation 'com.squareup.retrofit2:retrofit:2.3.0'/* 日志拦截器 */implementation 'com.squareup.okhttp3:logging-interceptor:3.6.0'/* Gson转换器 */implementation 'com.squareup.retrofit2:converter-gson:2.9.0'implementation 'com.squareup.retrofit2:converter-gson:2.3.0'/* RxJava数据请求适配器 */implementation'com.squareup.retrofit2:adapter-rxjava2:2.9.0'/* RxJava的依赖 */implementation 'io.reactivex.rxjava2:rxjava:2.0.1'/* RxAndroid的依赖 里面有Android线程调度 */implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'/* Xbanner */implementation 'com.xhb:xbanner:1.2.2' implementation 'com.nineoldandroids:library:2.4.0'/* Glide图片加载 */implementation 'com.github.bumptech.glide:glide:3.7.0' implementation 'com.github.bumptech.glide:glide:4.4.0'implementation 'jp.wasabeef:glide-transformations:1.0.6'implementation 'com.github.bumptech.glide:glide:4.8.0'annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'/* CardView */implementation 'com.android.support:cardview-v7:25.1.0'/* 二维码 */implementation 'com.github.jwkj:LibZXing:v1.0.4'/* 刷新 */implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-7'implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'