2 Star 0 Fork 0

ydkt/yd_ys

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.gradle 11.47 KB
一键复制 编辑 原始数据 按行查看 历史
ztw 提交于 2020-12-08 18:42 . 初始化云舒sdk1
ext {
plugins = [
library : 'com.android.library',
application: 'com.android.application'
]
android = [
compileSdkVersion: 28,
buildToolsVersion: "28.0.3",
minSdkVersion : 17,
targetSdkVersion : 27,
]
dependencies = [
/*------google lib start--------*/
design : 'com.google.android.material:material:1.0.0-beta01',
appCompat : 'androidx.appcompat:appcompat:1.2.0-beta01',
fragmentktx: "androidx.fragment:fragment-ktx:1.2.5",
multidex : 'com.android.support:multidex:1.0.3',
androidx_multidex : 'androidx.multidex:multidex:2.0.1',
dagger : 'com.google.dagger:dagger:2.24',//https://github.com/google/dagger
dagger_compiler : 'com.google.dagger:dagger-compiler:2.24',
rxjava : 'io.reactivex.rxjava2:rxjava:2.2.12',//https://github.com/ReactiveX/RxJava/tree/2.x
rxandroid : 'io.reactivex.rxjava2:rxandroid:2.1.1',//https://github.com/ReactiveX/RxAndroid
rxjava_zs : 'io.reactivex:rxjava:1.3.4',
rxandroid_zs : 'io.reactivex:rxandroid:1.2.1',
gson : 'com.google.code.gson:gson:2.8.5',
flexbox : 'com.google.android:flexbox:1.0.0',
annotation : 'androidx.annotation:annotation:1.0.0-beta01',
cardview : 'androidx.cardview:cardview:1.0.0',
support_cardview : 'skin.support:skin-support-cardview:3.1.1',
constraintlayout : 'androidx.constraintlayout:constraintlayout:1.1.3',
zxing: 'com.google.zxing:core:3.2.1',
inject: 'javax.inject:javax.inject:1',
junit: 'junit:junit:4.12',
/*------google lib end--------*/
/*------图片 lib start--------*/
glide : 'com.github.bumptech.glide:glide:4.9.0',//https://github.com/bumptech/glide
glide_compiler : 'com.github.bumptech.glide:compiler:4.9.0',
picasso: 'com.squareup.picasso:picasso:2.3.2',//https://github.com/square/picasso
universalimageloader: 'com.nostra13.universalimageloader:universal-image-loader:1.9.5',
//圆角ImageView
roundedimageview : 'com.makeramen:roundedimageview:2.3.0',//https://github.com/vinc3m1/RoundedImageView
//圆形ImageView
circleimageview: 'de.hdodenhof:circleimageview:2.2.0',//https://github.com/hdodenhof/CircleImageView
//图片预览控件
PhotoView : 'com.github.chrisbanes:PhotoView:2.3.0',//https://github.com/chrisbanes/PhotoView
//模仿微信选择图片
album : 'com.yanzhenjie:album:2.1.2',//https://github.com/yanzhenjie/Album
//图片剪切工具
takephoto_library: 'com.github.crazycodeboy:TakePhoto:v4.1.0',//https://github.com/crazycodeboy/TakePhoto
/*------图片 lib end--------*/
/*------网络请求 lib start--------*/
okhttp3: 'com.squareup.okhttp3:okhttp:3.10.0',//https://github.com/square/okhttp
okhttp3_interceptor: 'com.squareup.okhttp3:logging-interceptor:3.10.0',
okgo : 'com.lzy.net:okgo:3.0.4',
okrx2 : 'com.lzy.net:okrx2:2.0.2',
okserver : 'com.lzy.net:okserver:2.0.5',
retrofit2 : 'com.squareup.retrofit2:retrofit:2.6.1',//https://github.com/square/retrofit
retrofit2_gson : 'com.squareup.retrofit2:converter-gson:2.6.1',
retrofit2_rxjava2 : 'com.squareup.retrofit2:adapter-rxjava2:2.6.1',
retrofit2_adapter : 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0-RC3',
readystatesoftware : 'com.readystatesoftware.chuck:library:1.0.4',
/*------网络请求 lib end--------*/
/*------RecyclerView lib start--------*/
recycleView : 'androidx.recyclerview:recyclerview:1.0.0-beta01',
recyclerview: 'com.android.support:recyclerview-v7:28.0.0',
recyclerview_library : 'com.lqr.recyclerview:library:1.0.2',
BaseRecyclerViewAdapterHelper : 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46',
//下拉刷新
SmartRefreshLayout: 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-14',//https://github.com/scwang90/SmartRefreshLayout
//用于Recyclerview的功能强大的ItemDecoration
PinnedSectionItemDecoration : 'com.oushangfeng:PinnedSectionItemDecoration:1.2.4',//http://www.github.com/oubowu/PinnedSectionItemDecoration
/*------RecyclerView lib end--------*/
/*------自定义view lib start--------*/
//圆角进度条
RoundCornerProgressBar : 'com.akexorcist:RoundCornerProgressBar:2.0.3',//https://github.com/akexorcist/Android-RoundCornerProgressBar
//圆形进度条
circularprogressbar : 'com.mikhaellopez:circularprogressbar:1.1.1',//https://github.com/lopspower/CircularProgressBar
//自动间距的Android流布局
flowLayout : 'com.nex3z:flow-layout:1.0.0',////https://github.com/nex3z/FlowLayout
//自动间距的Android流布局
flowlayout : 'com.hyman:flowlayout-lib:1.1.2',//https://github.com/hongyangAndroid/FlowLayout(作者不再维护)
//TabLayout库
FlycoTabLayout : 'com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar',//https://github.com/H07000223/FlycoTabLayout
//栏目布局工具类
SuperTextView : 'com.github.lygttpod:SuperTextView:2.1.3',//https://github.com/lygttpod/SuperTextView
//安卓选择器类库
android_pickers : 'com.github.addappcn:android-pickers:1.0.3',//https://github.com/addappcn/android-pickers
//模仿ios的选择器
PickerView: 'com.contrarywind:Android-PickerView:3.2.5',//https://github.com/Bigkoo/Android-PickerView
//轮播图
MZBannerView : 'com.github.pinguo-zhouwei:MZBannerView:v2.0.2',//https://github.com/pinguo-zhouwei/MZBannerView
//阴影库
shadowlayout : 'com.lijiankun24:shadowlayout:1.1.0',//https://github.com/lijiankun24/ShadowLayout
//pdf展示view
pdf_viewer : 'com.github.barteksc:android-pdf-viewer:2.8.2',//https://github.com/barteksc/AndroidPdfViewer
//TextView可以生成各种span样式
spanbuilder : 'com.zrq:spanbuilder:1.0.5',//https://github.com/zrq1060/SpanBuilder
//上拉下拉弹跳效果
sldinglayout : 'homhomlin.lib:sldinglayout:0.9.0',//https://github.com/HomHomLin/SlidingLayout
//滑动开关
switchbutton : 'com.kyleduo.switchbutton:library:2.0.0',//https://github.com/kyleduo/SwitchButton
//粘性消息控件
badgeview: 'q.rorbin:badgeview:1.1.3',
//多种状态的自定义View 加载中视图 错误视图 空数据视图 网络异常视图 内容视图
multiple_status_view : 'com.classic.common:multiple-status-view:1.6',//https://github.com/qyxxjd/MultipleStatusView
countdownview :'com.github.iwgang:countdownview:2.1.6',//https://github.com/iwgang/CountdownView 倒计时
/*------自定义view lib end--------*/
/*------工具 lib start--------*/
//文件和文件夹扫描
mediaScanner: 'com.yanzhenjie:mediascanner:1.0.3',//https://github.com/yanzhenjie/MediaScanner
logger : 'com.orhanobut:logger:2.2.0',
//针对系统PopupWindow优化的Popup库
BasePopup : 'com.github.razerdp:BasePopup:2.2.3',//https://github.com/razerdp/BasePopup
//强大的Spannable
simplifyspan : 'com.github.iwgang:simplifyspan:2.0',//http://www.github.com/iwgang/SimplifySpan
//RatingBar评级控件
SimpleRatingBar : 'com.github.FlyingPumba:SimpleRatingBar:v0.1.5',//https://github.com/FlyingPumba/SimpleRatingBar
EasySwipeMenuLayout : 'com.github.anzaizai:EasySwipeMenuLayout:1.1.4',
//WebView框架
jsbridge : 'com.github.lzyzsd:jsbridge:1.0.4',//https://github.com/lzyzsd/JsBridge
eventbus : 'org.greenrobot:eventbus:3.0.0',//https://github.com/greenrobot/EventBus
scrollable : 'ru.noties:scrollable:1.3.0',
//动画依赖包
androidanimations : 'com.daimajia.androidanimations:library:1.1.3@aar',
//微信分享和支付
wechatSdk : 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+',
//检测内存泄漏
// leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3',//https://github.com/square/leakcanary
leakcanary_no_op : 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3',
//数据库操作
greendao : 'org.greenrobot:greendao:3.2.2',//https://github.com/greenrobot/greenDAO
nanohttpd : 'org.nanohttpd:nanohttpd:2.2.0',
//沉浸式状态栏
immersionbar: 'com.gyf.immersionbar:immersionbar:2.3.3-beta09',//https://github.com/gyf-dev/ImmersionBar
//极光推送
jpush: 'cn.jiguang.sdk:jpush:3.1.7',
jcore: 'cn.jiguang.sdk:jcore:1.2.6',
//换肤控件
skin: 'skin.support:skin-support:3.1.1',//https://github.com/ximsfei/Android-skin-support
//换肤基础控件支持
skin_design: 'skin.support:skin-support-design:3.1.1',
//换肤基础控件支持
skin_constraint_layout: 'skin.support:skin-support-constraint-layout:3.1.1',
indefinitepagerindicator : 'com.ryanjeffreybrooks:indefinitepagerindicator:1.0.10',
//弹幕引擎
danmakuFlameMaster : 'com.github.ctiao:DanmakuFlameMaster:0.9.25',//https://github.com/Bilibili/DanmakuFlameMaster
//阿里热修复
hotfix : 'com.aliyun.ams:alicloud-android-hotfix:3.2.13',
javax_annotation : 'org.glassfish:javax.annotation:10.0-b28',
//注解
butterknife : 'com.jakewharton:butterknife:10.1.0',//https://github.com/JakeWharton/butterknife/
butterknifeCompiler : 'com.jakewharton:butterknife-compiler:10.1.0',
lombok : 'org.projectlombok:lombok:1.18.6',//https://projectlombok.org
//权限管理
PermissionHelper : 'com.github.k0shk0sh:PermissionHelper:1.1.0',//https://github.com/k0shk0sh/PermissionHelper
Rxpermissions : 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar',
//权限管理
permissionsdispatcher: 'org.permissionsdispatcher:permissionsdispatcher:4.5.0',//https://github.com/permissions-dispatcher/PermissionsDispatcher
permissionsdispatcher_processor: 'org.permissionsdispatcher:permissionsdispatcher-processor:4.5.0',
hotchemi_permissionsdispatcher_processor: 'com.github.hotchemi:permissionsdispatcher-processor:2.4.0',
//长链接
socketIo : 'io.socket:socket.io-client:0.8.3',
WebSocket: "org.java-websocket:Java-WebSocket:1.3.0",
//我的作业-录音
ZlwAudioRecorder : 'com.github.zhaolewei:ZlwAudioRecorder:v1.07',
//阿里定位
AMapLocation : 'com.amap.api:location:5.1.0',
ARouter : 'com.alibaba:arouter-api:1.5.1',//https://github.com/alibaba/ARouter
ARouter_compiler : 'com.alibaba:arouter-compiler:1.5.1',
//屏幕适配
autosize : 'me.jessyan:autosize:1.2.1',
/*------工具 lib end--------*/
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ydkt/yd_ys.git
git@gitee.com:ydkt/yd_ys.git
ydkt
yd_ys
yd_ys
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385