Skip to content

Commit

Permalink
Increase build heap
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Sep 20, 2024
1 parent 6e14818 commit 6392d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ local.properties
/.idea/deploymentTargetDropDown.xml
/scripts/secrets.txt
/.kotlin/sessions/
/.kotlin/errors/
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ android.enableJetifier=true
kotlin.code.style=official
org.gradle.unsafe.configuration-cache=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.nonFinalResIds=false
kotlin.daemon.jvmargs=-Xmx2048m -Djava.awt.headless=true

0 comments on commit 6392d54

Please sign in to comment.