increasing gradle's memory to see if CI passes.

pull/975/head
Vitor Pamplona 2024-07-03 14:37:59 -04:00
rodzic 8e212bbb55
commit 1eaa22fe51
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -22,4 +22,6 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library # thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
android.enableR8.fullMode=true android.enableR8.fullMode=true
android.nonFinalResIds=false android.nonFinalResIds=false
kotlin.daemon.jvmargs=-Xmx4096m