Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 8e95115

Browse files
committed
Remove some properties from gradle.properties
1 parent ab5956e commit 8e95115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77
# Specifies the JVM arguments used for the daemon process.
88
# The setting is particularly useful for tweaking memory settings.
9-
org.gradle.jvmargs=-Xmx1536m
9+
#org.gradle.jvmargs=-Xmx1536m
1010
# When configured, Gradle will run in incubating parallel mode.
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
@@ -15,4 +15,3 @@ org.gradle.jvmargs=-Xmx1536m
1515
# Android operating system, and which are packaged with your app's APK
1616
# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717
android.useAndroidX=true
18-
android.native.buildOutput=verbose

0 commit comments

Comments
 (0)