//uiautomator自動(dòng)測(cè)試工具
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')
//流式標(biāo)簽布局
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')
//節(jié)操
compile project(':jcvideoplayer_lib')
//表情庫(kù)
compile project(':supernova-emoji-library')
//NumberPickerView
compile project(':numberpicker')
//自定義數(shù)字鍵盤(pán)
compile project(':xnumberkeyboard')
//密碼輸入框
compile project(':pswtext')
//視頻壓縮
compile project(':videocompressV2')
//預(yù)加載
compile'com.github.florent37:fiftyshadesof:1.0.0'
//rebound彈簧動(dòng)畫(huà)庫(kù)
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運(yùn)行時(shí)權(quán)限
compile'com.tbruyelle.rxpermissions2:rxpermissions:0.9.4@aar'
//6.0權(quán)限
//? compile 'pub.devrel:easypermissions:0.4.2'
//leakcanary內(nèi)存泄漏工具
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'