android依赖包

来源:互联网 发布:淘宝助理使用教程视频 编辑:程序博客网 时间:2024/05/21 22:39
dependencies {    compile fileTree(include: ['*.jar'], dir: 'libs'compile 'com.android.support:appcompat-v7:25.3.1'        compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha7'    xutils    compile 'org.xutils:xutils:3.5.0'    tablayout    compile 'com.android.support:design:25.3.1'    侧拉    compile project(':slindingmenu')    qq集成    compile files('libs/SocialSDK_QQ_Simplify.jar')    手机短信注册    compile files('libs/MobCommons-2017.0607.1736.jar')    compile name: 'SMSSDK-3.0.0', ext: 'aar'    compile name: 'SMSSDKGUI-3.0.0', ext: 'aar'    极光推送    compile 'cn.jiguang.sdk:jpush:3.0.3'    // 此处以JPush 3.0.3 版本为例。    compile 'cn.jiguang.sdk:jcore:1.1.1'    // 此处以JCore 1.1.1 版本为例。    compile project(':Xlistview')    compile 'com.google.code.gson:gson:2.8.1'    频道管理    compile 'com.github.andyoom:draggrid:v1.0.1'    城市列表    compile 'com.github.andyoom:citypicker:v1.0.4'    compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'           //photoView的依赖    compile 'com.github.chrisbanes.photoview:library:+    compile 'q.rorbin:VerticalTabLayout:1.2.5'
    recyclerview 的    compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'     banner的    compile 'com.youth.banner:banner:1.4.9'   glide的    compile 'com.github.bumptech.glide:glide:4.0.0-RC1'    tablayout的    compile 'com.android.support:design:26.0.0-alpha1'    imageloader的    compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'    xrecyclerview的    compile 'com.jcodecraeer:xrecyclerview:1.3.2'    竖向tablayout的    compile 'q.rorbin:VerticalTabLayout:1.2.5'


原创粉丝点击