From 4aec7339ae987b8218082f3211a6230796687b40 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Sat, 25 Mar 2017 23:38:11 +0100 Subject: [PATCH] more build time improvements --- .gitignore | 1 + Habitica/build.gradle | 6 ++---- seeds-sdk/build.gradle | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 80f87efef..6534cc36a 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ Habitica/res/values/secret_strings.xml habitica.properties habitica.resources Habitica/google-services.json +reports/ diff --git a/Habitica/build.gradle b/Habitica/build.gradle index 5216f2ece..6d3c1b133 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -14,7 +14,6 @@ buildscript { dependencies { classpath 'io.fabric.tools:gradle:1.21.5' classpath 'me.tatarka:gradle-retrolambda:3.3.1' - classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.1' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath('com.noveogroup.android:check:1.2.3') { exclude module: 'checkstyle' @@ -156,7 +155,7 @@ dependencies { android { compileSdkVersion 25 - buildToolsVersion "25.0.0" + buildToolsVersion "25.0.2" defaultConfig { applicationId "com.habitrpg.android.habitica" @@ -225,7 +224,7 @@ android { dexOptions { preDexLibraries false - javaMaxHeapSize "4g" // Use gig increments depending on needs + javaMaxHeapSize "6g" // Use gig increments depending on needs } lintOptions { @@ -300,7 +299,6 @@ tasks.whenTaskAdded { task -> check { findbugs { skip true } } -apply plugin: 'com.getkeepsafe.dexcount' apply plugin: 'com.android.application' //or apply plugin: 'java' apply plugin: 'me.tatarka.retrolambda' apply plugin: 'com.google.gms.google-services' \ No newline at end of file diff --git a/seeds-sdk/build.gradle b/seeds-sdk/build.gradle index ae434f810..ed1673cdc 100755 --- a/seeds-sdk/build.gradle +++ b/seeds-sdk/build.gradle @@ -12,7 +12,7 @@ buildscript { android { compileSdkVersion 25 - buildToolsVersion "25.0.0" + buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 14