Merge pull request #86 from greena13/dev_gradle_updates

[TestSuite] Upgrade gradle version and increase daemon memory allocation
This commit is contained in:
Michael Diarmid 2017-05-05 08:25:44 +01:00 committed by GitHub
commit 8b8077cf4d
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