pandorapan/dependencies.gradle

39 lines
2.8 KiB
Groovy
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ext {
dependencies = [
"appcompat-androidx" : 'androidx.appcompat:appcompat:1.0.2',
"recyclerview-androidx": 'androidx.recyclerview:recyclerview:1.0.0',
"design" : 'com.google.android.material:material:1.0.0',
"cardview-androidx" : 'androidx.cardview:cardview:1.0.0',
"multidex" : 'androidx.multidex:multidex:2.0.0',
"okhttp" : 'com.squareup.okhttp3:okhttp:3.14.9',//okHttp网络请求
"okgo" : 'com.lzy.net:okgo:3.0.4',//OkGo 是对okHttp的封装
"okserver" : 'com.lzy.net:okserver:2.0.5',//OkGo上传下载扩展库
"fastjson" : 'com.alibaba:fastjson:1.1.70.android',//fastJson解析json
"eventbus" : 'org.greenrobot:eventbus:3.0.0',//eventbus事件总线
"glide" : 'com.github.bumptech.glide:glide:4.9.0',//使用Glide加载图片
"glide-transformations": 'jp.wasabeef:glide-transformations:3.1.1',//一个基于Glide的transformation库,拥有裁剪,着色,模糊,滤镜等多种转换效果
"roundedimageview" : 'com.makeramen:roundedimageview:2.3.0', //带圆角边框的的ImageView
"gif-drawable" : 'pl.droidsonroids.gif:android-gif-drawable:1.2.23',//gif库播放礼物gif用
"SVGAPlayer" : 'com.github.yyued:SVGAPlayer-Android:2.6.1', //svga播放器
"qiniu-sdk" : 'com.qiniu:qiniu-android-sdk:7.2.1',//七牛云存储
// "tencent-cosxml" : 'com.tencent.qcloud:cosxml:5.4.13',//腾讯云存储
// "tencent-wechat-sdk" : 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+',//微信sdk,支付登录分享
// "tencent-bugly" : 'com.tencent.bugly:crashreport:2.6.6',//腾讯bugly
// "umeng-common" : 'com.umeng.sdk:common:1.5.3',//友盟统计
// "umeng-analytics" : 'com.umeng.sdk:analytics:7.5.3',//友盟统计
"ucrop" : 'com.github.yalantis:ucrop:2.2.3',//图片裁剪
"smartRefreshLayout" : 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-20',//下拉刷新上拉加载
"magicIndicator" : 'com.github.hackware1993:MagicIndicator:1.6.0',//ViewPager指示器
"banner" : 'com.ms:banner:1.0.0',//轮播图
"Luban" : 'top.zibin:Luban:1.1.8',//鲁班压缩图片
"arouter" : 'com.github.jadepeakpoet.ARouter:arouter-api:1.0.3',//ARouter
"arouter-compiler" : 'com.github.jadepeakpoet.ARouter:arouter-compiler:1.0.3',
"leakcanary" : 'com.squareup.leakcanary:leakcanary-android:2.9.1',
"blank-utilcode" : 'com.blankj:utilcode:1.30.0',
]
}