modify gradle.properties to work with gradle 4.7+

This commit is contained in:
Christian Schneppe 2018-08-30 20:56:49 +02:00
parent 266329ddc4
commit e2b2d4615c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -8,7 +8,6 @@ src/playstore/res/values/gcm.xml
.gradle/
build/
captures/
gradle.properties
# Ignore Gradle GUI config
gradle-app.setting

2
gradle.properties Normal file
View file

@ -0,0 +1,2 @@
org.gradle.jvmargs=-Xmx2048M
org.gradle.configureondemand=false