update JVMopts

This commit is contained in:
Felix 2019-04-30 21:45:01 +02:00
parent 22c6c8b586
commit af5369c4d1
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@ jobs:
docker:
- image: circleci/android:api-28
environment:
JVM_OPTS: -Xmx3200m
JVM_OPTS: -XX\:MaxHeapSize\=2048m -Xmx1536m
MODULE: touch
FLAVOR1: Prod
FLAVOR2: NoFree

View file

@ -1 +1,2 @@
android.enableR8=false
org.gradle.jvmargs=-XX\:MaxHeapSize\=2048m -Xmx1536m
android.enableR8=true