Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Update Maps SDK dependency to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Apr 1, 2019
1 parent c7f4d90 commit 395660e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ allprojects {
maven { url "https://jitpack.io" }
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
jcenter()
maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
version = [

// Mapbox
mapboxMapSdk : '7.2.0',
mapboxMapSdk : '7.3.0',
mapboxTurf : '4.5.0',
mapboxServices : '4.5.0',
mapboxPluginBuilding : '0.5.0',
Expand Down

0 comments on commit 395660e

Please sign in to comment.