Skip to content

Commit

Permalink
Merge pull request #1046 from mapbox/android-sdk-5.4.1-update
Browse files Browse the repository at this point in the history
Android sdk 5.4.1 update
  • Loading branch information
nitaliano authored Feb 16, 2018
2 parents fb14b40 + 9ef4db2 commit 7539071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/rctmgl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
// Mapbox SDK
compile 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9'

compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.1@aar') {
compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1@aar') {
transitive=true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,10 @@ public void receiveCommand(RCTMGLMapView mapView, int commandID, @Nullable Reada
break;
case METHOD_TAKE_SNAP:
mapView.takeSnap(args.getString(0), args.getBoolean(1));
break;
case METHOD_GET_ZOOM:
mapView.getZoom(args.getString(0));
break;
case METHOD_GET_CENTER:
mapView.getCenter(args.getString(0));
break;
Expand Down

0 comments on commit 7539071

Please sign in to comment.