diff --git a/MapboxAndroidDemo/build.gradle b/MapboxAndroidDemo/build.gradle index 4f68f18ca..3614ed3ed 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.1@aar') { + compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0-beta.2@aar') { transitive = true } diff --git a/MapboxAndroidWearDemo/build.gradle b/MapboxAndroidWearDemo/build.gradle index 06d91d8ae..2193ae1c4 100644 --- a/MapboxAndroidWearDemo/build.gradle +++ b/MapboxAndroidWearDemo/build.gradle @@ -25,11 +25,14 @@ dependencies { 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.1' - compile 'com.google.android.gms:play-services-location:10.2.1' + compile 'com.google.android.gms:play-services-wearable:10.2.4' + compile 'com.google.android.gms:play-services-location:10.2.4' // Mapbox dependencies - compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0-beta.1@aar') { + compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.1.0-beta.2@aar') { transitive = true + exclude module: 'lost' + exclude module: 'mapbox-java-geojson' + exclude module: 'mapbox-android-telemetry' } }