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

Bumped gradle files to beta.3 #340

Merged
merged 1 commit into from
May 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
10 changes: 5 additions & 5 deletions MapboxAndroidWearDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

provided 'com.google.android.wearable:wearable:2.0.1'
compile 'com.google.android.support:wearable:2.0.1'
compile 'com.google.android.gms:play-services-wearable:10.2.4'
compile 'com.google.android.gms:play-services-location:10.2.4'
provided 'com.google.android.wearable:wearable:2.0.2'
compile 'com.google.android.support:wearable:2.0.2'
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