We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1213678 commit 647c679Copy full SHA for 647c679
app/build.gradle
@@ -34,6 +34,7 @@ dependencies {
34
implementation 'com.github.pedrovgs:renderers:3.3.3'
35
36
implementation 'com.borjabravo:readmoretextview:2.1.0'
37
+ implementation 'com.mapzen.android:lost:3.0.4'
38
implementation('com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0@aar') {
39
transitive = true
40
}
@@ -241,4 +242,4 @@ if(isRunningOnTravisAndIsNotPRBuild) {
241
242
versionNameOverride = "$versionNameOverride.$versionCode"
243
244
-}
245
+}
0 commit comments