|
|
@@ -22,29 +22,29 @@ android {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- compile fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
- testCompile deps.junit
|
|
|
- compile deps.appcompatV7
|
|
|
- compile deps.fastjson
|
|
|
- compile deps.materialDialogs
|
|
|
- compile deps.multidex
|
|
|
- compile(deps.stetho)
|
|
|
+ api fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
+ testImplementation deps.junit
|
|
|
+ implementation deps.appcompatV7
|
|
|
+ api deps.fastjson
|
|
|
+ implementation deps.materialDialogs
|
|
|
+ implementation deps.multidex
|
|
|
+ implementation(deps.stetho)
|
|
|
{
|
|
|
force = true
|
|
|
}
|
|
|
- compile deps.gif
|
|
|
- compile deps.circleimageview
|
|
|
- compile deps.activityOnCrash
|
|
|
-// compile 'com.umeng.analytics:analytics:6.1.2'
|
|
|
- compile deps.analytics
|
|
|
- compile deps.photoView
|
|
|
- compile deps.stickyListHeaders
|
|
|
- compile deps.stickyGridHeaders
|
|
|
- compile deps.cardviewV7
|
|
|
- compile deps.BaseRecyclerViewAdapterHelper
|
|
|
- compile deps.design
|
|
|
- compile deps.banner
|
|
|
- compile(deps.smartRefreshLayout) {
|
|
|
+ implementation deps.gif
|
|
|
+ implementation deps.circleimageview
|
|
|
+ implementation deps.activityOnCrash
|
|
|
+// implementation 'com.umeng.analytics:analytics:6.1.2'
|
|
|
+ implementation deps.analytics
|
|
|
+ implementation deps.photoView
|
|
|
+ implementation deps.stickyListHeaders
|
|
|
+ implementation deps.stickyGridHeaders
|
|
|
+ implementation deps.cardviewV7
|
|
|
+ implementation deps.BaseRecyclerViewAdapterHelper
|
|
|
+ implementation deps.design
|
|
|
+ implementation deps.banner
|
|
|
+ implementation(deps.smartRefreshLayout) {
|
|
|
exclude group: 'com.squareup.leakcanary'
|
|
|
exclude group: 'com.umeng.analytics'
|
|
|
exclude group: 'com.android.support'
|
|
|
@@ -52,7 +52,7 @@ dependencies {
|
|
|
exclude group: 'com.sun.xml.stream.buffer'
|
|
|
exclude group: 'javax.annotation.processing'
|
|
|
}
|
|
|
- compile(deps.smartRefreshHeader) {
|
|
|
+ implementation(deps.smartRefreshHeader) {
|
|
|
exclude group: 'com.squareup.leakcanary'
|
|
|
exclude group: 'com.umeng.analytics'
|
|
|
exclude group: 'com.android.support'
|
|
|
@@ -61,23 +61,23 @@ dependencies {
|
|
|
exclude group: 'javax.annotation.processing'
|
|
|
}
|
|
|
|
|
|
- compile project(':network')
|
|
|
- compile project(':applocation')
|
|
|
- compile project(':pullToRefershLibraryMy')
|
|
|
- compile project(':MPAndroidChart')
|
|
|
- compile project(':libedittextformlibrary')
|
|
|
- compile project(':libfloatingactionbutton')
|
|
|
- compile project(':libbdupdatesdk')
|
|
|
- compile project(':library-swipemenu_lv')
|
|
|
- compile project(':library-viewpager-indicator')
|
|
|
- compile project(':lib-zxing')
|
|
|
- compile project(':library-refreshlayout')
|
|
|
- compile project(':recyclerlibrary')
|
|
|
- compile files('libs/hellocharts-library-1.5.8.jar')
|
|
|
- compile deps.wechatSdk
|
|
|
- compile 'com.github.hss01248:NotifyUtil:1.0.1'
|
|
|
- compile deps.basePopup
|
|
|
- compile deps.acprogress
|
|
|
+ api project(':network')
|
|
|
+ api project(':applocation')
|
|
|
+ api project(':pullToRefershLibraryMy')
|
|
|
+ api project(':MPAndroidChart')
|
|
|
+ api project(':libedittextformlibrary')
|
|
|
+ api project(':libfloatingactionbutton')
|
|
|
+ api project(':libbdupdatesdk')
|
|
|
+ api project(':library-swipemenu_lv')
|
|
|
+ api project(':library-viewpager-indicator')
|
|
|
+ api project(':lib-zxing')
|
|
|
+ api project(':library-refreshlayout')
|
|
|
+ api project(':recyclerlibrary')
|
|
|
+ api files('libs/hellocharts-library-1.5.8.jar')
|
|
|
+ implementation deps.wechatSdk
|
|
|
+ implementation 'com.github.hss01248:NotifyUtil:1.0.1'
|
|
|
+ implementation deps.basePopup
|
|
|
+ implementation deps.acprogress
|
|
|
|
|
|
// androidTestCompile deps.leakcanaryNp
|
|
|
// debugCompile deps.leakcanary
|