From b0a726719bb6e3bad386c49fea0838e354787460 Mon Sep 17 00:00:00 2001 From: Langston Date: Fri, 26 May 2017 10:44:25 -0700 Subject: [PATCH] Bumped gradle files to beta.3 --- MapboxAndroidDemo/build.gradle | 2 +- MapboxAndroidWearDemo/build.gradle | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MapboxAndroidDemo/build.gradle b/MapboxAndroidDemo/build.gradle index 3614ed3ed..e4e8c85cc 100644 --- a/MapboxAndroidDemo/build.gradle +++ b/MapboxAndroidDemo/build.gradle @@ -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 } diff --git a/MapboxAndroidWearDemo/build.gradle b/MapboxAndroidWearDemo/build.gradle index 2193ae1c4..680b69ee2 100644 --- a/MapboxAndroidWearDemo/build.gradle +++ b/MapboxAndroidWearDemo/build.gradle @@ -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'