nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 697 forks source link

React native Android Build Failed Dependency issue #1561

Closed ghost closed 5 years ago

ghost commented 5 years ago

My env: "react-native": "0.59.1", "@mapbox/react-native-mapbox-gl": "^6.1.3",| Build Settings: buildToolsVersion = "28.0.3" minSdkVersion = 16 compileSdkVersion = 28 targetSdkVersion = 26 supportLibVersion = "28.0.0" All Project Settings in build.gradle allprojects { repositories { jcenter() google() maven { url "$rootDir/../node_modules/react-native/android" } maven { url "https://jitpack.io" } maven { url "https://maven.google.com" } } }

Build.gradle in app implementation project(':@mapbox_react-native-mapbox-gl')

Error:

Required by:
      project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
   > Cannot find a version of 'com.android.support:support-fragment' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-fragment:28.0.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.squareup.okhttp3:okhttp:3.9.1.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
   > Cannot find a version of 'com.squareup.okhttp3:okhttp' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.squareup.okhttp3:okhttp:3.12.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.facebook.fresco:imagepipeline-okhttp3:1.10.0' --> 'com.squareup.okhttp3:okhttp:3.10.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.squareup.okhttp3:okhttp-urlconnection:3.12.1' --> 'com.squareup.okhttp3:okhttp:3.12.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.retrofit2:retrofit:2.2.0' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.okhttp3:logging-interceptor:3.6.0' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1

> Could not resolve com.android.support:appcompat-v7:27.0.2.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0
      project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
   > Cannot find a version of 'com.android.support:appcompat-v7' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.android.support:appcompat-v7:27.0.2'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' --> 'com.android.support:appcompat-v7:27.0.2'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.android.support:appcompat-v7:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:appcompat-v7:25.3.1'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.android.support:appcompat-v7:28.0.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.1
   > Cannot find a version of 'com.android.support:appcompat-v7' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.android.support:appcompat-v7:27.0.2'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' --> 'com.android.support:appcompat-v7:27.0.2'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.android.support:appcompat-v7:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:appcompat-v7:25.3.1'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.squareup.okhttp3:okhttp:3.12.1.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.1
      project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.1 > com.squareup.okhttp3:okhttp-urlconnection:3.12.1
   > Cannot find a version of 'com.squareup.okhttp3:okhttp' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.squareup.okhttp3:okhttp:3.12.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.facebook.fresco:imagepipeline-okhttp3:1.10.0' --> 'com.squareup.okhttp3:okhttp:3.10.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.squareup.okhttp3:okhttp-urlconnection:3.12.1' --> 'com.squareup.okhttp3:okhttp:3.12.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.retrofit2:retrofit:2.2.0' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.okhttp3:logging-interceptor:3.6.0' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1

> Could not resolve com.squareup.okio:okio:1.15.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.1
      project :@mapbox_react-native-mapbox-gl > com.squareup.okhttp3:okhttp:3.12.1
   > Cannot find a version of 'com.squareup.okio:okio' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.squareup.okio:okio:1.15.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.12.1' --> 'com.squareup.okio:okio:1.15.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0

> Could not resolve com.squareup.okhttp3:okhttp:3.6.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
      project :@mapbox_react-native-mapbox-gl > com.squareup.retrofit2:retrofit:2.2.0
      project :@mapbox_react-native-mapbox-gl > com.squareup.okhttp3:logging-interceptor:3.6.0
   > Cannot find a version of 'com.squareup.okhttp3:okhttp' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.squareup.okhttp3:okhttp:3.12.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.facebook.fresco:imagepipeline-okhttp3:1.10.0' --> 'com.squareup.okhttp3:okhttp:3.10.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.squareup.okhttp3:okhttp-urlconnection:3.12.1' --> 'com.squareup.okhttp3:okhttp:3.12.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.retrofit2:retrofit:2.2.0' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.okhttp3:logging-interceptor:3.6.0' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1

> Could not resolve com.android.support:support-annotations:25.3.1.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.mapzen.android:lost:3.0.4
   > Cannot find a version of 'com.android.support:support-annotations' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:support-annotations:25.3.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:collections:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:cursoradapter:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbo
x.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' -->
 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbo
x.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' -->
 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbo
x.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' -
-> 'android.arch.lifecycle:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:versionedparcelable:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'android.arch.lifecycle:viewmodel:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:documentfile:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:localbroadcastmanager:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:print:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:interpolator:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.android.support:appcompat-v7:25.3.1.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.mapzen.android:lost:3.0.4
   > Cannot find a version of 'com.android.support:appcompat-v7' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.android.support:appcompat-v7:27.0.2'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' --> 'com.android.support:appcompat-v7:27.0.2'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.android.support:appcompat-v7:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:appcompat-v7:25.3.1'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.android.support:support-annotations:28.0.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-compat:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 > com.android.support:collections:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 > com.android.support:cursoradapter:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-vector-drawable:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-compat:28.0.0 > com.android.support:versionedparcelable:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0 > com.android.support:documentfile:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0 > com.android.support:localbroadcastmanager:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0 > com.android.support:print:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:customview:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:viewpager:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:coordinatorlayout:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:drawerlayout:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:slidingpanelayout:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:interpolator:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:swiperefreshlayout:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:asynclayoutinflater:28.0.0
   > Cannot find a version of 'com.android.support:support-annotations' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:support-annotations:25.3.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:collections:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:cursoradapter:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:versionedparcelable:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'android.arch.lifecycle:viewmodel:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:documentfile:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:localbroadcastmanager:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:print:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:interpolator:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.android.support:support-compat:28.0.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-vector-drawable:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:customview:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:viewpager:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:coordinatorlayout:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:drawerlayout:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:slidingpanelayout:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:swiperefreshlayout:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:asynclayoutinflater:28.0.0
   > Cannot find a version of 'com.android.support:support-compat' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbo
x.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 
'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-compat:28.0.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.android.support:support-core-utils:28.0.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0
   > Cannot find a version of 'com.android.support:support-core-utils' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-utils:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-core-utils:28.0.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-utils' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-utils' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-utils' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.android.support:support-fragment:28.0.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0
   > Cannot find a version of 'com.android.support:support-fragment' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-fragment:28.0.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.android.support:support-vector-drawable:28.0.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:animated-vector-drawable:28.0.0
   > Cannot find a version of 'com.android.support:support-vector-drawable' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:animated-vector-drawable:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.android.support:animated-vector-drawable:28.0.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0
   > Cannot find a version of 'com.android.support:animated-vector-drawable' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:animated-vector-drawable:28.0.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:animated-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:animated-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:animated-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve com.squareup.okhttp3:okhttp:3.10.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.1 > com.facebook.fresco:imagepipeline-okhttp3:1.10.0
   > Cannot find a version of 'com.squareup.okhttp3:okhttp' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.squareup.okhttp3:okhttp:3.12.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.facebook.fresco:imagepipeline-okhttp3:1.10.0' --> 'com.squareup.okhttp3:okhttp:3.10.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.1' --> 'com.squareup.okhttp3:okhttp-urlconnection:3.12.1' --> 'com.squareup.okhttp3:okhttp:3.12.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.retrofit2:retrofit:2.2.0' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.okhttp3:logging-interceptor:3.6.0' --> 'com.squareup.okhttp3:okhttp:3.6.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1

> Could not resolve android.arch.lifecycle:runtime:1.1.1.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-compat:28.0.0
   > Cannot find a version of 'android.arch.lifecycle:runtime' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.lifecycle:runtime' strictly '1.0.3' because of the following reason: debugRuntimeClasspath uses version 1.0.3
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.lifecycle:runtime' strictly '1.0.3' because of the following reason: debugRuntimeClasspath uses version 1.0.3

> Could not resolve com.android.support:support-core-ui:28.0.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0
      project :@mapbox_react-native-mapbox-gl > com.android.support:animated-vector-drawable:28.0.0
   > Cannot find a version of 'com.android.support:support-core-ui' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:animated-vector-drawable:28.0.0' --> 'com.android.support:support-core-ui:28.0.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-ui' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-ui' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

> Could not resolve android.arch.lifecycle:common:1.1.1.
  Required by:
      project :@mapbox_react-native-mapbox-gl > android.arch.lifecycle:runtime:1.1.1
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1 > android.arch.lifecycle:livedata-core:1.1.1
   > Cannot find a version of 'android.arch.lifecycle:common' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.lifecycle:livedata-core:1.1.1' --> 'android.arch.lifecycle:common:1.1.1'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.lifecycle:common' strictly '1.0.3' because of the following reason: debugRuntimeClasspath uses version 1.0.3

> Could not resolve android.arch.core:common:1.1.1.
  Required by:
      project :@mapbox_react-native-mapbox-gl > android.arch.lifecycle:runtime:1.1.1
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1 > android.arch.core:runtime:1.1.1
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1 > android.arch.lifecycle:livedata-core:1.1.1
   > Cannot find a version of 'android.arch.core:common' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:common:1.1.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'android.arch.core:common:1.1.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.lifecycle:livedata-core:1.1.1' --> 'android.arch.core:common:1.1.1'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.core:common' strictly '1.0.0' because of the following reason: debugRuntimeClasspath uses version 1.0.0

> Could not resolve com.android.support:support-annotations:26.1.0.
  Required by:
      project :@mapbox_react-native-mapbox-gl > android.arch.lifecycle:runtime:1.1.1
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > android.arch.lifecycle:viewmodel:1.1.1
      project :@mapbox_react-native-mapbox-gl > android.arch.lifecycle:common:1.1.1
      project :@mapbox_react-native-mapbox-gl > android.arch.core:common:1.1.1
      project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1 > android.arch.core:runtime:1.1.1
   > Cannot find a version of 'com.android.support:support-annotations' that satisfies the version constraints: 
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:support-annotations:25.3.1'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:collections:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:cursoradapter:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:versionedparcelable:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'android.arch.lifecycle:viewmodel:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:documentfile:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:localbroadcastmanager:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:print:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:interpolator:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-annotations:28.0.0'
        Dependency path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0'
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
        Constraint path 'App:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2
ManishSharmaApporio commented 5 years ago

Please replace (build.gradle) will solved the issue (Please make sure build.gradle file of mapbox )

apply plugin: 'com.android.library'

android { compileSdkVersion 28 buildToolsVersion '28.0.3'

defaultConfig { minSdkVersion 16 targetSdkVersion 28 versionCode 1 versionName "1.0" }

buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } }

dependencies { implementation fileTree(dir: 'libs', include: ['*.jar'])

// React Native compileOnly "com.facebook.react:react-native:+"

// Mapbox SDK implementation 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9'

// Fix issues implementation 'com.android.support:support-vector-drawable:28.0.0' implementation 'com.android.support:support-annotations:28.0.0' implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.squareup.okhttp3:okhttp:3.12.1'

implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.1@aar'

// Mapbox plugins implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' }

kristfal commented 5 years ago

This is fixed in master branch, but not yet published to NPM. We got a ticket for publishing to NPM already. Please install from master in the interim. Closing.

rdgomt commented 5 years ago

Same here. I've tried replacing the module with the master branch but it didn't solved the problem.

larryranches commented 5 years ago

I got this to work by installing from master and setting the RN project to EXACTLY buildToolsVersion = "28.0.0" in the build.gradle file fyi

tomasamado97 commented 5 years ago

Please replace (build.gradle) will solved the issue (Please make sure build.gradle file of mapbox )

apply plugin: 'com.android.library'

android { compileSdkVersion 28 buildToolsVersion '28.0.3'

defaultConfig { minSdkVersion 16 targetSdkVersion 28 versionCode 1 versionName "1.0" }

buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } }

dependencies { implementation fileTree(dir: 'libs', include: ['*.jar'])

// React Native compileOnly "com.facebook.react:react-native:+"

// Mapbox SDK implementation 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9'

// Fix issues implementation 'com.android.support:support-vector-drawable:28.0.0' implementation 'com.android.support:support-annotations:28.0.0' implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.squareup.okhttp3:okhttp:3.12.1'

implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.1@aar'

// Mapbox plugins implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' }

Is this on Master? I used yarn add https://github.com/nitaliano/react-native-mapbox-gl#master, but the app still crashes with the same error as @MrDatastorage . Any tips @kristfal @nitaliano ? Thanks