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

Commit

Permalink
bumped both apps to beta4 (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored Nov 10, 2017
1 parent 3f154ba commit 62e5c47
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 @@ -79,7 +79,7 @@ dependencies {
compile 'com.google.code.gson:gson:2.8'

// Mapbox dependencies
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0-beta.3@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0-beta.4@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 @@ -41,7 +41,7 @@ dependencies {
compile 'com.google.android.gms:play-services-wearable:11.0.4'
compile 'com.google.android.gms:play-services-location:11.0.4'
// Mapbox dependencies
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0-beta.3@aar') {
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0-beta.4@aar') {
transitive = true
}

Expand Down

0 comments on commit 62e5c47

Please sign in to comment.