Browse Source

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

master
anthony restaino 7 years ago
parent
commit
3318d09a23
  1. 18
      app/build.gradle
  2. 4
      build.gradle
  3. 4
      gradle/wrapper/gradle-wrapper.properties

18
app/build.gradle

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

4
build.gradle

@ -3,9 +3,9 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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.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'
} }
} }

4
gradle/wrapper/gradle-wrapper.properties vendored

@ -1,6 +1,6 @@
#Mon Aug 15 21:33:52 EDT 2016 #Sat Mar 18 21:36:34 EDT 2017
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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

Loading…
Cancel
Save