Skip to content

Commit 3e22a32

Browse files
committed
make the dependency explicit on the release version
1 parent 1416364 commit 3e22a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libandroid/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
compile 'com.android.support:design:23.2.1'
2929

3030
// Mapbox Java Services
31-
compile ('com.mapbox.mapboxsdk:mapbox-java-services:1.0.0-SNAPSHOT@jar') {
31+
compile ('com.mapbox.mapboxsdk:mapbox-java-services:1.0.0@jar') {
3232
transitive=true
3333
}
3434

0 commit comments

Comments
 (0)