//uiautomator自动测试工具
androidTestCompile'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
// compile files("libs/core.jar")
// compile files("libs/libammsdk.jar")
// compile project(':emoji')
compile librarys.supportV4
//
compile librarys.supportV7
//
compile librarys.supportDesign
//
compile librarys.supportRecycler
//
compile librarys.supportCard
// compile 'com.xgr.easypay:EasyPay:1.0.2'
compile librarys.supportVector
//
compile librarys.glide3
//
compile librarys.okhttp3
//
compile librarys.multidex
//
compile librarys.Logger
//
compile librarys.butterknife
//
compile librarys.RxBinding
//
testCompile'junit:junit:4.12'
compile project(':sneaker')
//流式标签布局
compile project(':flowtag')
// compile project(':jcvideoplayer-lib')
compile project(':ninegridview')
compile project(':notifyutil')
compile project(':sneaker')
compile project(':uikit')
// compile project(':vectorcompattextview')
compile project(':picture_library')
compile project(':ucrop')
compile project(':base-adapter')
compile files('libs/alipaySdk-20170309.jar')
compile project(':banner')
compile project(':xlhratingbar_lib')
compile files('libs/UPPayAssistEx.jar')
compile files('libs/UPPayPluginExPro.jar')
//节操
compile project(':jcvideoplayer_lib')
//表情库
compile project(':supernova-emoji-library')
//NumberPickerView
compile project(':numberpicker')
//自定义数字键盘
compile project(':xnumberkeyboard')
//密码输入框
compile project(':pswtext')
//视频压缩
compile project(':videocompressV2')
//预加载
compile'com.github.florent37:fiftyshadesof:1.0.0'
//rebound弹簧动画库
compile'com.facebook.rebound:rebound:0.3.8'
//微信
compile'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:1.1.6'
//腾讯bugly
compile'com.tencent.bugly:crashreport:2.6.5'
// compile 'com.android.support.constraint:constraint-layout:1.0.2'
//6.0运行时权限
compile'com.tbruyelle.rxpermissions2:rxpermissions:0.9.4@aar'
//6.0权限
// compile 'pub.devrel:easypermissions:0.4.2'
//leakcanary内存泄漏工具
debugCompile'com.squareup.leakcanary:leakcanary-android:1.5.1'
releaseCompile'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
testCompile'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'