mirror of
https://github.com/bitwarden/android.git
synced 2026-08-25 17:09:55 -05:00
[PM-10441] Fix memory exception during CI builds (#3662)
This commit is contained in:
+1
-1
@@ -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