|
|
@@ -2,10 +2,15 @@ apply plugin: 'com.android.application'
|
|
|
apply plugin: 'com.getkeepsafe.dexcount'
|
|
|
|
|
|
android {
|
|
|
-
|
|
|
- compileSdkVersion 24
|
|
|
- buildToolsVersion "25.0.0"
|
|
|
|
|
|
+ lintOptions {
|
|
|
+ abortOnError false
|
|
|
+ }
|
|
|
+
|
|
|
+ dexOptions {
|
|
|
+ incremental true
|
|
|
+ javaMaxHeapSize "4g"
|
|
|
+ }
|
|
|
signingConfigs {
|
|
|
config {
|
|
|
storeFile file('C:/sigin/applicationsignname[20150409]')
|
|
|
@@ -14,10 +19,12 @@ android {
|
|
|
keyPassword '13237658359'
|
|
|
}
|
|
|
}
|
|
|
+ compileSdkVersion 22
|
|
|
+ buildToolsVersion "22.0.1"
|
|
|
defaultConfig {
|
|
|
applicationId "com.xzjmyk.pm.activity"
|
|
|
minSdkVersion 11
|
|
|
- targetSdkVersion 24
|
|
|
+ targetSdkVersion 22
|
|
|
compileOptions {
|
|
|
sourceCompatibility JavaVersion.VERSION_1_7
|
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
|
@@ -25,19 +32,10 @@ android {
|
|
|
multiDexEnabled true
|
|
|
signingConfig signingConfigs.config
|
|
|
}
|
|
|
-
|
|
|
- useLibrary 'org.apache.http.legacy'
|
|
|
- lintOptions {
|
|
|
- abortOnError false
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
packagingOptions {
|
|
|
exclude 'META-INF/LICENSE.txt'
|
|
|
exclude 'META-INF/NOTICE.txt'
|
|
|
}
|
|
|
-
|
|
|
buildTypes {
|
|
|
release {
|
|
|
minifyEnabled false
|
|
|
@@ -60,7 +58,7 @@ buildscript {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.4'
|
|
|
+ classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.5'
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -77,7 +75,9 @@ dexcount {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
+
|
|
|
compile project(':pullToRefershLibraryMy')
|
|
|
+ compile project(':materialdialogs')
|
|
|
compile project(':MPAndroidChart')
|
|
|
compile project(':libedittextformlibrary')
|
|
|
compile project(':libfloatingactionbutton')
|
|
|
@@ -119,12 +119,14 @@ dependencies {
|
|
|
compile files('libs/Msc.jar')
|
|
|
compile files('libs/zhy_treeview.jar')
|
|
|
compile 'com.alibaba:fastjson:1.2.24'
|
|
|
+ compile 'com.alibaba:fastjson:1.2.24'
|
|
|
compile 'de.hdodenhof:circleimageview:2.1.0'
|
|
|
compile 'joda-time:joda-time:2.9.4'
|
|
|
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
|
|
|
- compile 'com.android.support:appcompat-v7:24.2.1'
|
|
|
- compile 'com.android.support:cardview-v7:24.2.1'
|
|
|
- compile 'com.android.support:design:24.2.1'
|
|
|
+ compile 'com.android.support:support-v4:22.2.1'
|
|
|
+ compile 'com.android.support:appcompat-v7:22.2.1'
|
|
|
+ compile 'com.android.support:cardview-v7:22.2.1'
|
|
|
+ compile 'com.android.support:design:22.2.1'
|
|
|
compile 'com.commit451:PhotoView:1.2.5'
|
|
|
compile 'me.gujun.android.taggroup:library:1.4@aar'
|
|
|
compile 'com.umeng.analytics:analytics:latest.integration'
|
|
|
@@ -132,10 +134,8 @@ dependencies {
|
|
|
compile 'cat.ereza:customactivityoncrash:1.5.0'
|
|
|
compile 'se.emilsjolander:stickylistheaders:2.7.0'
|
|
|
compile 'com.github.TonicArtos:StickyGridHeaders:1.0.1'
|
|
|
- compile 'com.afollestad.material-dialogs:core:0.9.0.2'
|
|
|
testCompile 'junit:junit:4.12'
|
|
|
androidTestCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
|
|
|
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
|
|
|
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
|
|
|
- compile files('libs/core.jar')
|
|
|
}
|