|
|
@@ -123,16 +123,13 @@ dependencies {
|
|
|
// androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
|
|
|
// exclude group: 'com.android.support', module: 'support-annotations'
|
|
|
// })
|
|
|
- compile 'com.android.support:appcompat-v7:27.0.2'
|
|
|
- compile 'com.android.support:support-v4:27.0.2'
|
|
|
compile 'com.android.support:design:27.0.2'
|
|
|
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
|
testCompile 'junit:junit:4.12'
|
|
|
// compile 'com.shark:screencapture:1.0.0'
|
|
|
- compile 'com.google.code.gson:gson:2.7'
|
|
|
+ compile 'com.google.code.gson:gson:2.8.2'
|
|
|
compile 'com.jcodecraeer:xrecyclerview:1.5.2'
|
|
|
- compile 'com.github.bumptech.glide:glide:3.7.0'
|
|
|
- compile 'com.squareup.okhttp3:okhttp:3.9.1'
|
|
|
+ compile 'com.squareup.okhttp3:okhttp:3.10.0'
|
|
|
compile 'org.greenrobot:eventbus:3.1.1'
|
|
|
compile 'com.zhy:base-adapter:3.0.3'
|
|
|
compile 'com.liulishuo.filedownloader:library:1.6.9'
|
|
|
@@ -148,7 +145,8 @@ dependencies {
|
|
|
compile 'com.mylhyl:acp:1.1.7'
|
|
|
compile 'cn.yipianfengye.android:zxing-library:2.2'
|
|
|
compile 'com.github.huburt-Hu:NewbieGuide:v1.2.0'
|
|
|
- compile 'com.android.support:multidex:1.0.1'
|
|
|
+ debugCompile 'com.android.support:multidex:1.0.1'
|
|
|
+ releaseCompile 'com.android.support:multidex:1.0.3'
|
|
|
compile(name: 'com.kfzs.safe', ext: 'aar')
|
|
|
|
|
|
//butterknife
|
|
|
@@ -183,8 +181,6 @@ dependencies {
|
|
|
compile 'com.alibaba:fastjson:+'
|
|
|
|
|
|
//添加半袋米相关
|
|
|
-// compile 'com.jakewharton:butterknife:8.1.0'
|
|
|
-// annotationProcessor 'com.jakewharton:butterknife-compiler:8.1.0'
|
|
|
compile(name: 'appstoreutils', ext: 'aar')
|
|
|
compile project(':view')
|
|
|
// compile(name: 'view-release', ext: 'aar')
|
|
|
@@ -194,17 +190,12 @@ dependencies {
|
|
|
// 此处以JPush 3.0.3 版本为例。
|
|
|
compile 'cn.jiguang.sdk:jcore:1.1.6'
|
|
|
// 此处以JCore 1.1.1 版本为例。
|
|
|
- compile 'com.google.code.gson:gson:2.8.1'
|
|
|
|
|
|
- // compile 'com.android.support:design:24.2.0'
|
|
|
compile 'com.flipboard:bottomsheet-core:1.5.3'
|
|
|
compile 'com.flipboard:bottomsheet-commons:1.5.3'
|
|
|
- // compile 'org.greenrobot:greendao:3.2.0'
|
|
|
compile 'com.google.protobuf:protobuf-java:3.2.0'
|
|
|
compile 'com.umeng.analytics:analytics:6.0.9'
|
|
|
- compile(name: 'com.kfzs.safe', ext: 'aar')
|
|
|
compile(name: 'FileDownloader-1.0.0', ext: 'aar')
|
|
|
- compile 'org.greenrobot:eventbus:3.0.0'
|
|
|
compile 'com.yalantis:ucrop:2.2.0'
|
|
|
// compile files('libs/SocialSDK_QQ_Simplify.jar')
|
|
|
|
|
|
@@ -229,20 +220,14 @@ dependencies {
|
|
|
|
|
|
compile 'com.zhy:okhttputils:2.6.2'
|
|
|
compile files('libs/alipaySdk-20170922.jar')
|
|
|
- compile 'com.github.bumptech.glide:glide:3.5.2'
|
|
|
- compile 'jp.wasabeef:glide-transformations:2.0.2'
|
|
|
- compile 'com.nineoldandroids:library:2.4.0'
|
|
|
- compile 'cn.bingoogolapple:bga-banner:2.1.7@aar'
|
|
|
compile 'mdl.sinlov.android:log:0.0.2'
|
|
|
// compile 'com.kf.framework:kf-utils:latest.integration@aar'
|
|
|
compile 'com.kf.framework:kf-utils:1.4.5@aar'
|
|
|
// compile 'com.kf.framework:volleyplus:latest.integration@aar'
|
|
|
compile 'com.kf.framework:volleyplus:1.4.5@aar'
|
|
|
- compile 'com.android.support:support-annotations:23.1.1'
|
|
|
- compile 'com.android.support:recyclerview-v7:27.1.0'
|
|
|
- compile 'io.reactivex:rxandroid:1.2.1'
|
|
|
- compile 'io.reactivex:rxjava:1.1.6'
|
|
|
- compile 'top.zibin:Luban:1.0.9'
|
|
|
+ compile 'com.android.support:support-annotations:27.0.2'
|
|
|
+ compile 'com.android.support:recyclerview-v7:27.0.2'
|
|
|
+// compile 'top.zibin:Luban:1.0.9'
|
|
|
compile project(':datashare')
|
|
|
compile files('libs/jackson-core-2.2.1.jar')
|
|
|
compile files('libs/jackson-dataformat-xml-2.1.2.jar')
|