Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chelombitko committed Jul 31, 2024
1 parent c76854d commit d448ab9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
org.gradle.caching=true
org.gradle.jvmargs=-Xmx8g -XX:+UseParallelGC
org.gradle.parallel=true
kotlin.daemon.jvmargs=-Xmx1g -XX:+UseParallelGC
5 changes: 5 additions & 0 deletions sample/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
org.gradle.caching=true
org.gradle.jvmargs=-Xmx8g -XX:+UseParallelGC
org.gradle.parallel=true
kotlin.daemon.jvmargs=-Xmx1g -XX:+UseParallelGC

android.useAndroidX=true

androidPluginVersion=8.5.1
Expand Down

0 comments on commit d448ab9

Please sign in to comment.