We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fa5a7 commit ae37c0fCopy full SHA for ae37c0f
gradle.properties
@@ -22,7 +22,7 @@ POM_DEVELOPER_NAME=Mapbox
22
23
# Specifies the JVM arguments used for the daemon process.
24
# The setting is particularly useful for tweaking memory settings.
25
-org.gradle.jvmargs=-Xmx1536m
+org.gradle.jvmargs=-Xmx2560M
26
27
# When configured, Gradle will run in incubating parallel mode.
28
# This option should only be used with decoupled projects. More details, visit
plugin-places/build.gradle
@@ -55,7 +55,6 @@ dependencies {
55
annotationProcessor dependenciesList.roomCompiler
56
57
implementation dependenciesList.mapboxGeocoding
58
- implementation project(':plugin-locationlayer')
59
api dependenciesList.mapboxMapSdk
60
61
// Unit testing
0 commit comments