Skip to content

Commit

Permalink
Fix Gradle 'minifyReleaseWithR8' NPE:
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed Sep 16, 2021
1 parent d6b12ad commit 1672685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048M -XX:+UseParallelGC
org.gradle.jvmargs=-Xmx4096M -XX:+UseParallelGC
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
Expand Down

0 comments on commit 1672685

Please sign in to comment.