Skip to content

Commit

Permalink
build: speed up compilation time
Browse files Browse the repository at this point in the history
faster build faster build faster build faster build faster build
  • Loading branch information
validcube authored Jul 19, 2023
1 parent 159c85b commit c5fc5ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
org.gradle.jvmargs=-Xmx1536M
org.gradle.jvmargs=-Xmx1536M -XX:+UseParallelGC
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.caching=true
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit c5fc5ee

Please sign in to comment.