第三方插件使用记录

 

//今日头条适配
implementation 'me.jessyan:autosize:1.2.1'

//WebView-agentweb
implementation 'com.just.agentweb:agentweb:4.1.3' // (必选)
implementation 'com.just.agentweb:filechooser:4.1.3'// (可选)

//高斯模糊
 implementation 'com.github.mmin18:realtimeblurview:1.2.1'

//圆形图片
implementation 'de.hdodenhof:circleimageview:3.0.1'

//阴影CardView效果
implementation 'com.github.lihangleo2:ShadowLayout:2.1.8'

//图片选择框架
implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.4.6'

//图片浏览框架
implementation 'com.github.maning0303:MNImageBrowser:V1.3.1X'

//日历
implementation 'com.haibin:calendarview:3.6.7'

//glide
implementation 'com.github.bumptech.glide:glide:4.10.0'
kapt 'com.github.bumptech.glide:compiler:4.10.0'
    
//状态栏-https://github.com/gyf-dev/ImmersionBar
implementation 'com.gyf.immersionbar:immersionbar:3.0.0'    // 基础依赖包,必须要依赖
implementation 'com.gyf.immersionbar:immersionbar-components:3.0.0'// fragment实现(可选)
implementation 'com.gyf.immersionbar:immersionbar-ktx:3.0.0'// kotlin扩展(可选)

//kotlin扩展函数
implementation "org.jetbrains.anko:anko:$anko_version"

//ViewPage2 
implementation 'androidx.viewpager2:viewpager2:1.0.0-alpha01'
implementation 'com.google.android.material:material:1.3.0-alpha01'

//rxpermissions 权限管理
implementation 'com.github.tbruyelle:rxpermissions:0.10.2'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.4'


//多状态布局
implementation 'com.github.Kennyc1012:MultiStateView:2.1.2'

//刷新控件SmartRefreshLayout
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0'

//BaseRecyclerView
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.38'

//基础
implementation 'com.android.support:design:29.0.3'
implementation 'com.android.support:cardview-v7:29.0.3'
implementation 'com.android.support:recyclerview-v7:29.0.3'

//选择器
implementation 'com.contrarywind:Android-PickerView:4.1.8'

//GSON
implementation 'com.google.code.gson:gson:2.8.6'

//仿微博topic文本框
implementation 'com.github.CarGuo.RickText:textUtilsLib-kotlin:v2.1.5'

//城市选择布局
implementation 'me.yokeyword:indexablerecyclerview:1.3.0'

//数据库管理litepal
implementation 'org.litepal.android:kotlin:3.0.0'

//侧滑返回
implementation 'me.imid.swipebacklayout.lib:library:1.3.0'

//图片压缩
implementation 'top.zibin:Luban:1.1.8'

//可以收缩展开的textview
implementation 'cn.carbs.android:ExpandableTextView:1.0.3'

//上下滑动的recyclerview
implementation 'com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0@aar'   

//bugly-腾讯bug
implementation 'com.tencent.bugly:crashreport:latest.release'
implementation 'com.tencent.bugly:nativecrashreport:latest.release'

//解析富文本
implementation 'org.jsoup:jsoup:1.11.3'

//Kotlin 协程
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1"

//视屏播放器完整版引入
implementation 'com.shuyu:GSYVideoPlayer:7.1.4'

//Bnner图-https://github.com/youth5201314/banner
implementation 'com.youth.banner:banner:2.1.0' 

// navigation底部导航
def nav_version = "2.3.0"
implementation "androidx.navigation:navigation-fragment:$nav_version"
implementation "androidx.navigation:navigation-ui:$nav_version"

//下拉菜单-https://github.com/jaredrummler/MaterialSpinner
implementation 'com.jaredrummler:material-spinner:1.3.1'

//Ble 轻量级蓝牙开发-https://github.com/xiaoyaoyou1212/BLE
implementation 'com.vise.xiaoyaoyou:baseble:2.0.6'

 

 

你可能感兴趣的:(第三方插件使用记录)