Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - bump tools and support lib version due to SNAPSHOT depend…
Browse files Browse the repository at this point in the history
…encies (#9046)

* [android] - bump tools and support lib version for SNAPSHOT dependencies

* revert unsupported Circle CI build tools version
  • Loading branch information
tobrun authored May 19, 2017
1 parent 4f90d7a commit eb83c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions platform/android/MapboxGLAndroidSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ dependencies {
compile rootProject.ext.dep.supportDesign
compile rootProject.ext.dep.timber
compile rootProject.ext.dep.okhttp3
compile(rootProject.ext.dep.lost) {
exclude module: 'support-compat'
}
compile rootProject.ext.dep.lost

// Mapbox Android Services (GeoJSON support)
compile(rootProject.ext.dep.mapboxJavaGeoJSON) {
Expand Down
2 changes: 1 addition & 1 deletion platform/android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
versionName = "5.0.0"

mapboxServicesVersion = "2.2.0-SNAPSHOT"
supportLibVersion = "25.1.0"
supportLibVersion = "25.3.1"
wearableVersion = '2.0.0'
espressoVersion = '2.2.2'
testRunnerVersion = '0.5'
Expand Down

0 comments on commit eb83c72

Please sign in to comment.