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 18b0517 commit 8859ff9Copy full SHA for 8859ff9
app/build.gradle
@@ -20,8 +20,8 @@ dependencies {
20
implementation 'info.debatty:java-string-similarity:0.24'
21
implementation 'com.borjabravo:readmoretextview:2.1.0'
22
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
23
- implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1@aar'){
24
- transitive=true
+ implementation('com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0@aar') {
+ transitive = true
25
}
26
27
implementation "com.github.deano2390:MaterialShowcaseView:1.2.0"
0 commit comments