-
Notifications
You must be signed in to change notification settings - Fork 493
Bumped demo and wearable demo up to beta.2 #332
Conversation
Note: Don't merge until beta.2 is actually available for download, Maven, etc. This is why tests are failing |
Tests are failing because of LOST in the Android Wearable app Related to mapbox/mapbox-java#401? I'm not sure what to manipulate. Little guidance @tobrun or @zugaldia ? |
This should do the job: // Mapbox Maps SDK
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'
} |
Why are those exclusions needed on the wearable module, but not in the mobile app? |
@langsmith Looks like you're hitting mapbox/mapbox-gl-native#8999. |
Thanks @zugaldia |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, I only checked the code and I didn't notice CI was complaining. Let's hold on merging for now.
@zugaldia , with the LOST fix, this PR's tests now pass. Approve so that I can merge? |
Updated gradle dependency lines