依赖权限

//BottomTabBar
compile 'com.hjm:BottomTabBar:1.1.1'

//黄油刀
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
//recyclerview
compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'

//Eventbus
compile 'org.greenrobot:eventbus:3.1.1'

//Retrofit
compile 'com.squareup.retrofit2:retrofit:2.3.0'//retrofit依赖
//compile 'com.squareup.retrofit2:converter-scalars:2.1.0 '//场景是这样,服务端返回一个不定类型的json数据,无法确定映射的Gson对象。
compile 'com.squareup.retrofit2:converter-gson:2.1.0'//retrofit内部封装的GSON
//compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'//log

//fresco
compile 'com.facebook.fresco:fresco:0.12.0'
//  API < 14 上的机器支持 WebP 时,需要添加
compile 'com.facebook.fresco:animated-base-support:0.12.0'
// 支持 WebP (静态图+动图),需要添加
compile 'com.facebook.fresco:animated-webp:0.12.0'
compile 'com.facebook.fresco:webpsupport:0.12.0'

// greendao依赖
compile 'org.greenrobot:greendao:3.2.2'
greendao比较复杂详情在http://blog.csdn.net/qq_40087072/article/details/78703193

//banner
compile 'com.youth.banner:banner:1.4.9'
//okhttp
compile 'com.squareup.okhttp3:okhttp:3.9.0'
//gson依赖
 compile 'com.google.code.gson:gson:2.8.1'
//xrecyclerview
compile 'com.jcodecraeer:xrecyclerview:1.2.0'
//glide依赖
 compile 'com.github.bumptech.glide:glide:3.7.0'
//imageloader
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
//二维码
 compile 'cn.yipianfengye.android:zxing-library:2.2'
compile 'com.android.support:cardview-v7:22.2.0'




2.。。。//权限
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

 



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值