[TestSuite] Upgrade gradle version and increase daemon memory allocation

This commit is contained in:
Aleck Greenham 2017-05-04 18:53:54 +01:00
parent 670dfa2807
commit 67bc409e9b
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.google.gms:google-services:3.0.0'
// NOTE: Do not place your application dependencies here; they belong

View File

@ -18,3 +18,4 @@
# org.gradle.parallel=true
android.useDeprecatedNdk=true
org.gradle.jvmargs=-Xmx1536M