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

Commit

Permalink
Bumped gradle files to beta.3 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored May 30, 2017
1 parent b1245d5 commit 924e698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MapboxAndroidDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
gpservicesCompile 'com.google.firebase:firebase-crash:10.2.0'

// Mapbox dependencies
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0-beta.2@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0-beta.3@aar') {
transitive = true
}

Expand Down
2 changes: 1 addition & 1 deletion MapboxAndroidWearDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
compile 'com.google.android.gms:play-services-wearable:10.2.6'
compile 'com.google.android.gms:play-services-location:10.2.6'
// Mapbox dependencies
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0-beta.2@aar') {
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0-beta.3@aar') {
transitive = true
exclude module: 'lost'
exclude module: 'mapbox-java-geojson'
Expand Down

0 comments on commit 924e698

Please sign in to comment.