mirror of
https://github.com/bitwarden/android.git
synced 2026-05-25 07:31:43 -05:00
[PM-10441] Fix memory exception during CI builds (#3662)
This commit is contained in:
@@ -5,5 +5,5 @@ android.useAndroidX=true
|
||||
|
||||
kotlin.code.style=official
|
||||
org.gradle.caching=true
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8
|
||||
org.gradle.parallel=true
|
||||
|
||||
Reference in New Issue
Block a user