Skip to content

Commit

Permalink
Increase android sdk version to 8.6.1 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdicus authored Jan 20, 2020
1 parent f49ccb9 commit 5868a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/rctmgl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
// Mapbox SDK

implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.9.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:8.6.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:8.6.1'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v8:0.7.0'

// Dependencies
Expand Down
2 changes: 1 addition & 1 deletion scripts/autogenerate.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (!styleSpecJSON) {
}

const layers = [];
const androidVersion = '8.6.0';
const androidVersion = '8.6.1';
const iosVersion = '5.5.0';

const TMPL_PATH = path.join(__dirname, 'templates');
Expand Down

0 comments on commit 5868a92

Please sign in to comment.