Updated android test configuration

This commit is contained in:
Mikhael Bogdanov
2017-01-18 15:11:49 +01:00
parent da1b8a02ed
commit 818773b7e2
3 changed files with 9 additions and 4 deletions
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.2.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -64,7 +64,9 @@ android {
dexOptions {
dexInProcess false
javaMaxHeapSize "600m"
javaMaxHeapSize "700m"
//default is 4 and Total Memory = maxProcessCount * javaMaxHeapSize
maxProcessCount 2
}
}