Skip to content

Commit

Permalink
Increase heap space for compilation
Browse files Browse the repository at this point in the history
Necessary to build a release build on my machine.
  • Loading branch information
markusfisch committed Jan 10, 2025
1 parent 7cf1f9f commit 58dbbd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx1536m
android.enableJetifier=false
android.nonFinalResIds=true
android.nonTransitiveRClass=true
Expand Down

0 comments on commit 58dbbd7

Please sign in to comment.