marzika / Snapprefs

A project which offer enhanced features for Snapchat throught the Xposed Framework.
GNU General Public License v3.0
272 stars 83 forks source link

Fixes Gradle Build Warning #212

Closed quorn23 closed 7 years ago

quorn23 commented 7 years ago

Fixes the Gradle warning while building and speeds up building on machines with more RAM.

To run dex in process, the Gradle daemon needs a larger heap. It currently has approximately 910 MB. For faster builds, increase the maximum heap size for the Gradle daemon to more than 2048 MB. To do this set org.gradle.jvmargs=-Xmx2048M in the project gradle.properties. For more information see https://docs.gradle.org/current/userguide/build_environment.html