Skip to content

Commit

Permalink
Bump gradle heap size limits in templates (#133671)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Aug 30, 2023
1 parent 7368da0 commit 44a9b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
org.gradle.jvmargs=-Xmx4G
android.useAndroidX=true
android.enableJetifier=true
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
org.gradle.jvmargs=-Xmx4G
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit 44a9b36

Please sign in to comment.