|
@@ -137,7 +137,7 @@ dependencies {
|
|
|
implementation "com.android.support:design:$supportLibVersion"
|
|
implementation "com.android.support:design:$supportLibVersion"
|
|
|
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
|
testImplementation 'junit:junit:4.12'
|
|
testImplementation 'junit:junit:4.12'
|
|
|
- implementation 'com.google.code.gson:gson:2.8.2'
|
|
|
|
|
|
|
+// implementation 'com.google.code.gson:gson:2.8.2'
|
|
|
implementation('com.jcodecraeer:xrecyclerview:1.5.9') {
|
|
implementation('com.jcodecraeer:xrecyclerview:1.5.9') {
|
|
|
// implementation 'com.shark:screencapture:1.0.0'
|
|
// implementation 'com.shark:screencapture:1.0.0'
|
|
|
exclude group: 'com.android.support', module: 'design'
|
|
exclude group: 'com.android.support', module: 'design'
|
|
@@ -167,7 +167,7 @@ dependencies {
|
|
|
implementation 'com.mylhyl:acp:1.1.7'
|
|
implementation 'com.mylhyl:acp:1.1.7'
|
|
|
|
|
|
|
|
implementation 'cn.yipianfengye.android:zxing-library:2.2'
|
|
implementation 'cn.yipianfengye.android:zxing-library:2.2'
|
|
|
- implementation 'com.github.huburt-Hu:NewbieGuide:v1.2.0'
|
|
|
|
|
|
|
+// implementation 'com.github.huburt-Hu:NewbieGuide:v1.2.0'
|
|
|
debugImplementation 'com.android.support:multidex:1.0.1'
|
|
debugImplementation 'com.android.support:multidex:1.0.1'
|
|
|
|
|
|
|
|
//不要修改这里,相信我
|
|
//不要修改这里,相信我
|
|
@@ -189,15 +189,16 @@ dependencies {
|
|
|
|
|
|
|
|
//retrofit
|
|
//retrofit
|
|
|
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
|
|
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
|
|
|
- implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
|
|
|
- implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
|
|
|
|
|
+// implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
|
|
|
+ implementation 'org.ligboy.retrofit2:converter-fastjson-android:2.1.0'
|
|
|
|
|
+// implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
|
|
|
|
|
|
// implementation 'com.squareup.retrofit2:adapter-rxjava2:+'
|
|
// implementation 'com.squareup.retrofit2:adapter-rxjava2:+'
|
|
|
implementation 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
|
|
implementation 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
|
|
|
|
|
|
|
|
//rxjava
|
|
//rxjava
|
|
|
- implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
|
|
|
- implementation 'io.reactivex.rxjava2:rxjava:2.1.12'
|
|
|
|
|
|
|
+ implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
|
|
|
|
|
+ implementation 'io.reactivex.rxjava2:rxjava:2.2.2'
|
|
|
|
|
|
|
|
//获取动态权限三方库
|
|
//获取动态权限三方库
|
|
|
implementation 'pub.devrel:easypermissions:1.2.0'
|
|
implementation 'pub.devrel:easypermissions:1.2.0'
|
|
@@ -210,7 +211,7 @@ dependencies {
|
|
|
//implementation 'com.umeng.sdk:analytics:latest.integration'
|
|
//implementation 'com.umeng.sdk:analytics:latest.integration'
|
|
|
|
|
|
|
|
//fast json
|
|
//fast json
|
|
|
- implementation 'com.alibaba:fastjson:1.2.47'
|
|
|
|
|
|
|
+ implementation 'com.alibaba:fastjson:1.2.48'
|
|
|
|
|
|
|
|
//添加半袋米相关
|
|
//添加半袋米相关
|
|
|
implementation(name: 'appstoreutils-201810101432', ext: 'aar')
|
|
implementation(name: 'appstoreutils-201810101432', ext: 'aar')
|
|
@@ -232,15 +233,15 @@ dependencies {
|
|
|
implementation 'com.zhy:okhttputils:2.6.2'
|
|
implementation 'com.zhy:okhttputils:2.6.2'
|
|
|
|
|
|
|
|
// implementation 'com.kf.framework:kf-utils:latest.integration@aar'
|
|
// implementation 'com.kf.framework:kf-utils:latest.integration@aar'
|
|
|
- implementation 'com.kf.framework:kf-utils:1.4.5@aar'
|
|
|
|
|
|
|
+// implementation 'com.kf.framework:kf-utils:1.4.5@aar'
|
|
|
|
|
|
|
|
// implementation 'com.kf.framework:volleyplus:latest.integration@aar'
|
|
// implementation 'com.kf.framework:volleyplus:latest.integration@aar'
|
|
|
- implementation 'com.kf.framework:volleyplus:1.4.5@aar'
|
|
|
|
|
|
|
+// implementation 'com.kf.framework:volleyplus:1.4.5@aar'
|
|
|
implementation "com.android.support:support-annotations:$supportLibVersion"
|
|
implementation "com.android.support:support-annotations:$supportLibVersion"
|
|
|
implementation "com.android.support:recyclerview-v7:$supportLibVersion"
|
|
implementation "com.android.support:recyclerview-v7:$supportLibVersion"
|
|
|
// implementation project(':datashare')
|
|
// implementation project(':datashare')
|
|
|
- implementation files('libs/jackson-core-2.2.1.jar')
|
|
|
|
|
- implementation files('libs/jackson-dataformat-xml-2.1.2.jar')
|
|
|
|
|
|
|
+// implementation files('libs/jackson-core-2.2.1.jar')
|
|
|
|
|
+// implementation files('libs/jackson-dataformat-xml-2.1.2.jar')
|
|
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
|
|
implementation 'com.github.ithedan:TextViewDrawable:v1.0'
|
|
implementation 'com.github.ithedan:TextViewDrawable:v1.0'
|
|
|
// implementation 'com.github.zhangkexpz:LayoutScroll:v1.0'
|
|
// implementation 'com.github.zhangkexpz:LayoutScroll:v1.0'
|
|
@@ -284,8 +285,8 @@ dependencies {
|
|
|
implementation "com.liulishuo.okdownload:okhttp:1.0.5"
|
|
implementation "com.liulishuo.okdownload:okhttp:1.0.5"
|
|
|
|
|
|
|
|
implementation 'com.trello.rxlifecycle2:rxlifecycle-components:2.2.2'
|
|
implementation 'com.trello.rxlifecycle2:rxlifecycle-components:2.2.2'
|
|
|
-
|
|
|
|
|
- implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
|
|
|
|
|
+//
|
|
|
|
|
+// implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
|
|
|
|
|
|
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
|
|
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
|
|
|
//有米科技
|
|
//有米科技
|