|
@@ -118,7 +118,7 @@ repositories {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
|
- compile 'com.android.support:design:27.1.0'
|
|
|
|
|
|
|
+ compile "com.android.support:design:$supportLibVersion"
|
|
|
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
|
testCompile 'junit:junit:4.12'
|
|
testCompile 'junit:junit:4.12'
|
|
|
compile 'com.google.code.gson:gson:2.8.2'
|
|
compile 'com.google.code.gson:gson:2.8.2'
|
|
@@ -221,15 +221,16 @@ dependencies {
|
|
|
|
|
|
|
|
// compile 'com.kf.framework:volleyplus:latest.integration@aar'
|
|
// compile 'com.kf.framework:volleyplus:latest.integration@aar'
|
|
|
compile 'com.kf.framework:volleyplus:1.4.5@aar'
|
|
compile 'com.kf.framework:volleyplus:1.4.5@aar'
|
|
|
- compile 'com.android.support:support-annotations:27.1.0'
|
|
|
|
|
- compile 'com.android.support:recyclerview-v7:27.1.0'
|
|
|
|
|
|
|
+ compile "com.android.support:support-annotations:$supportLibVersion"
|
|
|
|
|
+ compile "com.android.support:recyclerview-v7:$supportLibVersion"
|
|
|
compile project(':datashare')
|
|
compile project(':datashare')
|
|
|
compile files('libs/jackson-core-2.2.1.jar')
|
|
compile files('libs/jackson-core-2.2.1.jar')
|
|
|
compile files('libs/jackson-dataformat-xml-2.1.2.jar')
|
|
compile files('libs/jackson-dataformat-xml-2.1.2.jar')
|
|
|
compile 'io.reactivex:rxandroid:1.2.1'
|
|
compile 'io.reactivex:rxandroid:1.2.1'
|
|
|
compile 'com.github.ithedan:TextViewDrawable:v1.0'
|
|
compile 'com.github.ithedan:TextViewDrawable:v1.0'
|
|
|
// compile 'com.github.zhangkexpz:LayoutScroll:v1.0'
|
|
// compile 'com.github.zhangkexpz:LayoutScroll:v1.0'
|
|
|
- compile 'me.iwf.photopicker:PhotoPicker:0.9.12@aar'
|
|
|
|
|
|
|
+// compile 'me.iwf.photopicker:PhotoPicker:0.9.12@aar'
|
|
|
|
|
+ compile(name: 'PhotoPicker-release', ext: 'aar')
|
|
|
compile 'com.github.bumptech.glide:glide:4.1.1'
|
|
compile 'com.github.bumptech.glide:glide:4.1.1'
|
|
|
|
|
|
|
|
// compile 'com.github.yalantis:ucrop:2.2.1-native'
|
|
// compile 'com.github.yalantis:ucrop:2.2.1-native'
|