Updating gradle plugin, updating sex count plugin, upgrading target version, updating support library versions

This commit is contained in:
anthony restaino 2017-03-18 21:46:08 -04:00
parent b0976ebd01
commit 3318d09a23
3 changed files with 13 additions and 13 deletions

View File

@ -3,12 +3,12 @@ apply plugin: 'com.neenbedankt.android-apt'
apply plugin: 'com.getkeepsafe.dexcount'
android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 25
buildToolsVersion '25.0.2'
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
targetSdkVersion 25
versionName "4.4.2"
vectorDrawables.useSupportLibrary = true
}
@ -58,7 +58,7 @@ android {
dexcount {
includeClasses = false
includeFieldCount = false
printAsTree = true
format = "tree"
orderByMethodCount = true
verbose = false
}
@ -66,11 +66,11 @@ dexcount {
dependencies {
// support libraries
compile 'com.android.support:palette-v7:24.2.1'
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'com.android.support:recyclerview-v7:24.2.1'
compile 'com.android.support:support-v4:24.2.1'
compile 'com.android.support:palette-v7:25.2.0'
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.android.support:design:25.2.0'
compile 'com.android.support:recyclerview-v7:25.2.0'
compile 'com.android.support:support-v4:25.2.0'
// html parsing for reading mode
compile 'org.jsoup:jsoup:1.9.2'

View File

@ -3,9 +3,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.7'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.2.1'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.3'
}
}

View File

@ -1,6 +1,6 @@
#Mon Aug 15 21:33:52 EDT 2016
#Sat Mar 18 21:36:34 EDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip