依存ライブラリのバックアップ
6368 ワード
//bug
compile 'com.tencent.bugly:crashreport:latest.release'
//compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile project(':commonbase')
compile project(':vitamio')
compile project(':banner')
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.android.support:multidex:1.0.1'
// tab
compile project(':FlycoTabLayout_Lib')
//
compile 'com.zhy:autolayout:1.4.3'
//
compile 'com.jakewharton:butterknife:8.5.1'
apt 'com.jakewharton:butterknife-compiler:8.5.1'
//
compile 'com.yanzhenjie:permission:1.0.8'
// --glide
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'jp.wasabeef:glide-transformations:2.0.0'
//compile 'de.hdodenhof:circleimageview:2.1.0'
//
compile 'top.zibin:Luban2:1.0.9'//
//
compile 'com.orhanobut:logger:1.15'
//
compile('com.xyzlf.share:sharesdk:0.0.7') {
exclude group: 'com.android.support', module: 'appcompat-v7'
}
//
compile 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:0.0.4'
//
compile project(path: ':jcvideoplayer-lib')
compile files('libs/sun.misc.BASE64Decoder.jar')
compile 'org.xutils:xutils:3.4.0'
compile 'com.squareup.okio:okio:1.7.0'//I/O
compile 'com.squareup.retrofit2:converter-jackson:2.0.0'
//recyclerview
compile 'jp.wasabeef:recyclerview-animators:2.2.4'
compile 'com.android.support:recyclerview-v7:25.3.1'