mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Merge pull request #762 from tobias47n9e/feature/update-mapbox
Update mapbox to 5.1
This commit is contained in:
commit
7527d4e58e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ dependencies {
|
||||||
compile "com.jakewharton:butterknife:$BUTTERKNIFE_VERSION"
|
compile "com.jakewharton:butterknife:$BUTTERKNIFE_VERSION"
|
||||||
annotationProcessor "com.jakewharton:butterknife-compiler:$BUTTERKNIFE_VERSION"
|
annotationProcessor "com.jakewharton:butterknife-compiler:$BUTTERKNIFE_VERSION"
|
||||||
compile 'com.jakewharton.timber:timber:4.5.1'
|
compile 'com.jakewharton.timber:timber:4.5.1'
|
||||||
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.2@aar'){
|
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0@aar'){
|
||||||
transitive=true
|
transitive=true
|
||||||
}
|
}
|
||||||
compile 'com.facebook.fresco:fresco:1.3.0'
|
compile 'com.facebook.fresco:fresco:1.3.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue