项目中常用依赖 持续更新中

2023-12-19

//okhttp3
    implementation("com.squareup.okhttp3:okhttp:4.9.3")
    implementation("com.squareup.okhttp3:logging-interceptor:4.9.3")
    //rx
    implementation("io.reactivex.rxjava3:rxjava:3.1.3")
    implementation("io.reactivex.rxjava3:rxandroid:3.0.0")
    implementation("com.squareup.retrofit2:retrofit:2.9.0")
    implementation("com.squareup.retrofit2:converter-gson:2.9.0")
    implementation("com.squareup.retrofit2:adapter-rxjava3:2.9.0")
    //AutoDispose解决RxJava内存泄漏
    implementation 'com.uber.autodispose2:autodispose:2.0.0'
    implementation 'com.uber.autodispose2:autodispose-android:2.0.0'
    implementation 'com.uber.autodispose2:autodispose-lifecycle:2.0.0'
    implementation 'com.uber.autodispose2:autodispose-androidx-lifecycle:2.0.0'

    //glide
    implementation 'com.github.bumptech.glide:glide:4.12.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
    implementation 'jp.wasabeef:glide-transformations:4.1.0'//变换效果
    implementation 'io.github.FlyJingFish.OpenImage:OpenImageGlideLib:2.1.9'
    implementation 'io.github.FlyJingFish.OpenImage:OpenImageCoilLib:2.1.9'


    implementation 'com.blankj:utilcodex:1.31.1'

    //沉浸式
    implementation 'com.geyifeng.immersionbar:immersionbar:3.2.2'
    //greendao
    implementation 'org.greenrobot:greendao:3.3.0' // add library


    //adapter
    implementation "io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.0"

    //刷新加载
    implementation 'io.github.scwang90:refresh-layout-kernel:2.0.5'      //核心必须依赖
    implementation 'io.github.scwang90:refresh-header-classics:2.0.5'    //经典刷新头
    //   图片选择器
    implementation 'io.github.lucksiege:pictureselector:v3.11.1'
    //其中latest.release指代最新Bugly SDK版本号
    implementation 'com.tencent.bugly:crashreport:4.1.9.3'
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

项目中常用依赖 持续更新中 的相关文章

随机推荐