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 5.2.0-beta3 (#513)
Browse files Browse the repository at this point in the history
* bumped both apps to beta3

* added @ sign
  • Loading branch information
Langston Smith authored Oct 27, 2017
1 parent 5dd08f0 commit 5baefca
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.2@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.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 @@ -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.2@aar') {
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0-beta.3@aar') {
transitive = true
}

Expand Down

0 comments on commit 5baefca

Please sign in to comment.