Explicitly set max gradle jvm memory - release build fails on some machines otherwise.

This commit is contained in:
orionlee 2019-10-04 12:17:37 -07:00
parent 72f7713fff
commit b3ab968738
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx4096m