12345678910111213141516171819202122232425262728293031323334353637 |
- ext {
- dependencies = [
- "appcompat-v7" : "com.android.support:appcompat-v7:28.0.0",
- "recyclerview-v7" : 'com.android.support:recyclerview-v7:28.0.0',
- "design" : 'com.android.support:design:28.0.0',
- "cardview-v7" : 'com.android.support:cardview-v7:28.0.0',
- "multidex" : 'com.android.support:multidex:1.0.1',
- "okhttp" : 'com.squareup.okhttp3:okhttp:3.11.0',
- "okgo" : 'com.lzy.net:okgo:3.0.4',
- "okserver" : 'com.lzy.net:okserver:2.0.5',
- "fastjson" : 'com.alibaba:fastjson:1.1.70.android',
- "eventbus" : 'org.greenrobot:eventbus:3.0.0',
- "glide" : 'com.github.bumptech.glide:glide:4.9.0',
- "glide-transformations": 'jp.wasabeef:glide-transformations:3.1.1',
- "roundedimageview" : 'com.makeramen:roundedimageview:2.3.0',
- "gif-drawable" : 'pl.droidsonroids.gif:android-gif-drawable:1.2.15',
- "SVGAPlayer" : 'com.github.yyued:SVGAPlayer-Android:2.4.0',
- "qiniu-sdk" : 'com.qiniu:qiniu-android-sdk:7.4.3',
- "tencent-cosxml" : 'com.tencent.qcloud:cosxml:5.5.8',
- "ucrop" : 'com.github.yalantis:ucrop:2.2.2',
- "smartRefreshLayout" : 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-20',
- "magicIndicator" : 'com.github.hackware1993:MagicIndicator:1.5.0',
- "Luban" : 'top.zibin:Luban:1.1.8',
- ]
- }
|