|
|
@@ -19,6 +19,7 @@ android {
|
|
|
sourceCompatibility JavaVersion.VERSION_1_7
|
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
|
}
|
|
|
+ multiDexEnabled true
|
|
|
}
|
|
|
packagingOptions {
|
|
|
exclude 'META-INF/LICENSE.txt'
|
|
|
@@ -38,12 +39,12 @@ android {
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
+
|
|
|
compile project(':pullToRefershLibraryMy')
|
|
|
compile project(':materialdialogs')
|
|
|
compile project(':MPAndroidChart')
|
|
|
compile project(':libedittextformlibrary')
|
|
|
compile project(':libfloatingactionbutton')
|
|
|
- compile project(':libpsectionlistview')
|
|
|
compile project(':libbdupdatesdk')
|
|
|
compile files('libs/android-async-http-1.4.5.jar')
|
|
|
compile files('libs/asmack.jar')
|
|
|
@@ -61,11 +62,12 @@ dependencies {
|
|
|
compile files('libs/pushservice-4.5.5.77.jar')
|
|
|
compile files('libs/xutils.jar')
|
|
|
compile files('libs/flexjson-2.1.jar')
|
|
|
- compile 'com.android.support:support-v4:22.2.1'
|
|
|
- compile 'com.android.support:appcompat-v7:22.2.1'
|
|
|
+ compile 'com.android.support:support-v4:22.2.0'
|
|
|
+ compile 'com.android.support:appcompat-v7:22.2.0'
|
|
|
+ compile 'com.android.support:cardview-v7:22.2.0'
|
|
|
+ compile 'com.android.support:design:22.2.0'
|
|
|
compile 'com.commit451:PhotoView:1.2.5'
|
|
|
compile 'me.gujun.android.taggroup:library:1.4@aar'
|
|
|
compile 'com.umeng.analytics:analytics:latest.integration'
|
|
|
- compile 'com.android.support:cardview-v7:22.2.1'
|
|
|
- compile 'com.android.support:design:22.2.1'
|
|
|
+ compile 'com.android.support:multidex:1.0.1'
|
|
|
}
|