|
|
@@ -2,15 +2,14 @@ apply plugin: 'com.android.application'
|
|
|
apply plugin: 'com.getkeepsafe.dexcount'
|
|
|
|
|
|
android {
|
|
|
-
|
|
|
+
|
|
|
+ useLibrary 'org.apache.http.legacy'
|
|
|
+
|
|
|
lintOptions {
|
|
|
abortOnError false
|
|
|
}
|
|
|
|
|
|
- dexOptions {
|
|
|
- incremental true
|
|
|
- javaMaxHeapSize "4g"
|
|
|
- }
|
|
|
+
|
|
|
signingConfigs {
|
|
|
config {
|
|
|
storeFile file('C:/sigin/applicationsignname[20150409]')
|
|
|
@@ -19,12 +18,12 @@ android {
|
|
|
keyPassword '13237658359'
|
|
|
}
|
|
|
}
|
|
|
- compileSdkVersion 22
|
|
|
- buildToolsVersion "22.0.1"
|
|
|
+ compileSdkVersion 24
|
|
|
+ buildToolsVersion "25.0.0"
|
|
|
defaultConfig {
|
|
|
applicationId "com.xzjmyk.pm.activity"
|
|
|
minSdkVersion 11
|
|
|
- targetSdkVersion 22
|
|
|
+ targetSdkVersion 24
|
|
|
compileOptions {
|
|
|
sourceCompatibility JavaVersion.VERSION_1_7
|
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
|
@@ -58,7 +57,7 @@ buildscript {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.5'
|
|
|
+ classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.4'
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -77,7 +76,7 @@ dexcount {
|
|
|
dependencies {
|
|
|
|
|
|
compile project(':pullToRefershLibraryMy')
|
|
|
- compile project(':materialdialogs')
|
|
|
+
|
|
|
compile project(':MPAndroidChart')
|
|
|
compile project(':libedittextformlibrary')
|
|
|
compile project(':libfloatingactionbutton')
|
|
|
@@ -123,10 +122,12 @@ dependencies {
|
|
|
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: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.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.commit451:PhotoView:1.2.5'
|
|
|
compile 'me.gujun.android.taggroup:library:1.4@aar'
|
|
|
compile 'com.umeng.analytics:analytics:latest.integration'
|
|
|
@@ -134,6 +135,9 @@ 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'
|