Skip to content

Commit 647c679

Browse files
domdomeggneslihanturan
authored andcommitted
Add mapzen lost to build.gradle (commons-app#2148)
Reduces the number of javac warnings, and pushes us a step closer to it working with Instant Run.
1 parent 1213678 commit 647c679

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies {
3434
implementation 'com.github.pedrovgs:renderers:3.3.3'
3535

3636
implementation 'com.borjabravo:readmoretextview:2.1.0'
37+
implementation 'com.mapzen.android:lost:3.0.4'
3738
implementation('com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0@aar') {
3839
transitive = true
3940
}
@@ -241,4 +242,4 @@ if(isRunningOnTravisAndIsNotPRBuild) {
241242
versionNameOverride = "$versionNameOverride.$versionCode"
242243
}
243244
}
244-
}
245+
}

0 commit comments

Comments
 (0)