Skip to content

Commit ae37c0f

Browse files
author
Cameron Mace
authored
Remove location layer dep in places plugin (#319)
* remove location layer dep * increased gradle memory
1 parent 61fa5a7 commit ae37c0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ POM_DEVELOPER_NAME=Mapbox
2222

2323
# Specifies the JVM arguments used for the daemon process.
2424
# The setting is particularly useful for tweaking memory settings.
25-
org.gradle.jvmargs=-Xmx1536m
25+
org.gradle.jvmargs=-Xmx2560M
2626

2727
# When configured, Gradle will run in incubating parallel mode.
2828
# This option should only be used with decoupled projects. More details, visit

plugin-places/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ dependencies {
5555
annotationProcessor dependenciesList.roomCompiler
5656

5757
implementation dependenciesList.mapboxGeocoding
58-
implementation project(':plugin-locationlayer')
5958
api dependenciesList.mapboxMapSdk
6059

6160
// Unit testing

0 commit comments

Comments
 (0)