Skip to content

Commit

Permalink
Increase gradle heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Jan 17, 2024
1 parent 6d8f228 commit 4ec9e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m

0 comments on commit 4ec9e23

Please sign in to comment.