Fix[build]: increase ram allocation

This commit is contained in:
Maksim Belov 2024-08-29 21:50:51 +03:00 committed by GitHub
parent da92e8ab6d
commit fa482de030
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,3 +3,5 @@ org.gradle.configureondemand=true
android.useAndroidX=true
android.bundle.language.enableSplit=false
# Increase Gradle daemon RAM allocation
org.gradle.jvmargs=-Xmx4096M