If I enable location permission on the Android simulator or on my phone, the app crashes when the map is loaded. From what I can tell from the logs, it has something to do with com.mapzen.android.lost.internal.FusedLocationProviderService. There are several issues about the LOST package, but I'm not sure if any are related. https://github.com/mapbox/mapbox-gl-native/issues/9084 talks about locking the LOST version. Gradle show I have com.mapzen.android:lost:3.0.4. Let me know if there is something else I can do to troubleshoot.
Video showing problem: https://youtu.be/516OGN3WbbI
The android system_process log is showing:
04-06 09:24:47.381 5497-5619/system_process I/ActivityManager: Start proc 23601:bike.lanespotter/u0a97 for activity bike.lanespotter/.MainActivity
04-06 09:24:48.270 5497-5519/system_process I/ActivityManager: Displayed bike.lanespotter/.MainActivity: +893ms
04-06 09:24:50.431 5497-7173/system_process I/ActivityManager: Start proc 23665:bike.lanespotter:lost/u0a97 for service bike.lanespotter/com.mapzen.android.lost.internal.FusedLocationProviderService
04-06 09:24:50.504 5497-5513/system_process I/ActivityManager: Showing crash dialog for package bike.lanespotter u0
Related dependencies:
"dependencies": {
"@mapbox/react-native-mapbox-gl": "^6.1.0",
"react": "16.2.0",
"react-native": "0.54.2",
},
androidTestAnnotationProcessor - Classpath for the annotation processor for 'androidTest'. (n) androidTestApi - API dependencies for 'androidTest' sources. (n) androidTestApk - Apk dependencies for 'androidTest' sources (deprecated: use 'androidTestRuntimeOnly' instead). (n) androidTestCompile - Compile dependencies for 'androidTest' sources (deprecated: use 'androidTestImplementation' instead). (n) androidTestCompileOnly - Compile only dependencies for 'androidTest' sources. (n) androidTestDebugAnnotationProcessor - Classpath for the annotation processor for 'androidTestDebug'. (n) androidTestDebugApi - API dependencies for 'androidTestDebug' sources. (n) androidTestDebugApk - Apk dependencies for 'androidTestDebug' sources (deprecated: use 'androidTestDebugRuntimeOnly' instead). (n) androidTestDebugCompile - Compile dependencies for 'androidTestDebug' sources (deprecated: use 'androidTestDebugImplementation' instead). (n) androidTestDebugCompileOnly - Compile only dependencies for 'androidTestDebug' sources. (n) androidTestDebugImplementation - Implementation only dependencies for 'androidTestDebug' sources. (n) androidTestDebugProvided - Provided dependencies for 'androidTestDebug' sources (deprecated: use 'androidTestDebugCompileOnly' instead). (n) androidTestDebugRuntimeOnly - Runtime only dependencies for 'androidTestDebug' sources. (n) androidTestDebugWearApp - Link to a wear app to embed for object 'androidTestDebug'. (n) androidTestImplementation - Implementation only dependencies for 'androidTest' sources. (n) androidTestProvided - Provided dependencies for 'androidTest' sources (deprecated: use 'androidTestCompileOnly' instead). (n) androidTestRuntimeOnly - Runtime only dependencies for 'androidTest' sources. (n) androidTestUtil - Additional APKs used during instrumentation testing. androidTestWearApp - Link to a wear app to embed for object 'androidTest'. (n) annotationProcessor - Classpath for the annotation processor for 'main'. (n) api - API dependencies for 'main' sources. (n) apk - Apk dependencies for 'main' sources (deprecated: use 'runtimeOnly' instead). (n) archives - Configuration for archive artifacts. compile - Compile dependencies for 'main' sources (deprecated: use 'implementation' instead). compileOnly - Compile only dependencies for 'main' sources. (n) debugAndroidTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debugAndroidTest debugAndroidTestCompileClasspath - Resolved configuration for compilation for variant: debugAndroidTest debugAndroidTestRuntimeClasspath - Resolved configuration for runtime for variant: debugAndroidTest debugAnnotationProcessor - Classpath for the annotation processor for 'debug'. (n) debugAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debug debugApi - API dependencies for 'debug' sources. (n) debugApiElements - API elements for debug (n) debugApk - Apk dependencies for 'debug' sources (deprecated: use 'debugRuntimeOnly' instead). (n) debugBundleElements - Bundle elements for debug (n) debugCompile - Compile dependencies for 'debug' sources (deprecated: use 'debugImplementation' instead). (n) debugCompileClasspath - Resolved configuration for compilation for variant: debug debugCompileOnly - Compile only dependencies for 'debug' sources. (n) debugImplementation - Implementation only dependencies for 'debug' sources. (n) debugMetadataElements - Metadata elements for debug (n) debugProvided - Provided dependencies for 'debug' sources (deprecated: use 'debugCompileOnly' instead). (n) debugRuntimeClasspath - Resolved configuration for runtime for variant: debug debugRuntimeElements - Runtime elements for debug (n) debugRuntimeOnly - Runtime only dependencies for 'debug' sources. (n) debugUnitTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debugUnitTest debugUnitTestCompileClasspath - Resolved configuration for compilation for variant: debugUnitTest debugUnitTestRuntimeClasspath - Resolved configuration for runtime for variant: debugUnitTest debugWearApp - Link to a wear app to embed for object 'debug'. (n) debugWearBundling - Resolved Configuration for wear app bundling for variant: debug default - Configuration for default artifacts. implementation - Implementation only dependencies for 'main' sources. (n) lintChecks - Configuration to apply external lint check jar lintClassPath - The lint embedded classpath provided - Provided dependencies for 'main' sources (deprecated: use 'compileOnly' instead). (n) releaseAnnotationProcessor - Classpath for the annotation processor for 'release'. (n) releaseAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: release releaseApi - API dependencies for 'release' sources. (n) releaseApiElements - API elements for release (n) releaseApk - Apk dependencies for 'release' sources (deprecated: use 'releaseRuntimeOnly' instead). (n) releaseBundleElements - Bundle elements for release (n) releaseCompile - Compile dependencies for 'release' sources (deprecated: use 'releaseImplementation' instead). (n) releaseCompileClasspath - Resolved configuration for compilation for variant: release releaseCompileOnly - Compile only dependencies for 'release' sources. (n) releaseImplementation - Implementation only dependencies for 'release' sources. (n) releaseMetadataElements - Metadata elements for release (n) releaseProvided - Provided dependencies for 'release' sources (deprecated: use 'releaseCompileOnly' instead). (n) releaseRuntimeClasspath - Resolved configuration for runtime for variant: release releaseRuntimeElements - Runtime elements for release (n) releaseRuntimeOnly - Runtime only dependencies for 'release' sources. (n) releaseUnitTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: releaseUnitTest releaseUnitTestCompileClasspath - Resolved configuration for compilation for variant: releaseUnitTest releaseUnitTestRuntimeClasspath - Resolved configuration for runtime for variant: releaseUnitTest releaseWearApp - Link to a wear app to embed for object 'release'. (n) releaseWearBundling - Resolved Configuration for wear app bundling for variant: release runtimeOnly - Runtime only dependencies for 'main' sources. (n) testAnnotationProcessor - Classpath for the annotation processor for 'test'. (n) testApi - API dependencies for 'test' sources. (n) testApk - Apk dependencies for 'test' sources (deprecated: use 'testRuntimeOnly' instead). (n) testCompile - Compile dependencies for 'test' sources (deprecated: use 'testImplementation' instead). testCompileOnly - Compile only dependencies for 'test' sources. (n) testDebugAnnotationProcessor - Classpath for the annotation processor for 'testDebug'. (n) testDebugApi - API dependencies for 'testDebug' sources. (n) testDebugApk - Apk dependencies for 'testDebug' sources (deprecated: use 'testDebugRuntimeOnly' instead). (n) testDebugCompile - Compile dependencies for 'testDebug' sources (deprecated: use 'testDebugImplementation' instead). (n) testDebugCompileOnly - Compile only dependencies for 'testDebug' sources. (n) testDebugImplementation - Implementation only dependencies for 'testDebug' sources. (n) testDebugProvided - Provided dependencies for 'testDebug' sources (deprecated: use 'testDebugCompileOnly' instead). (n) testDebugRuntimeOnly - Runtime only dependencies for 'testDebug' sources. (n) testDebugWearApp - Link to a wear app to embed for object 'testDebug'. (n) testImplementation - Implementation only dependencies for 'test' sources. (n) testProvided - Provided dependencies for 'test' sources (deprecated: use 'testCompileOnly' instead). (n) testReleaseAnnotationProcessor - Classpath for the annotation processor for 'testRelease'. (n) testReleaseApi - API dependencies for 'testRelease' sources. (n) testReleaseApk - Apk dependencies for 'testRelease' sources (deprecated: use 'testReleaseRuntimeOnly' instead). (n) testReleaseCompile - Compile dependencies for 'testRelease' sources (deprecated: use 'testReleaseImplementation' instead). (n) testReleaseCompileOnly - Compile only dependencies for 'testRelease' sources. (n) testReleaseImplementation - Implementation only dependencies for 'testRelease' sources. (n) testReleaseProvided - Provided dependencies for 'testRelease' sources (deprecated: use 'testReleaseCompileOnly' instead). (n) testReleaseRuntimeOnly - Runtime only dependencies for 'testRelease' sources. (n) testReleaseWearApp - Link to a wear app to embed for object 'testRelease'. (n) testRuntimeOnly - Runtime only dependencies for 'test' sources. (n) testWearApp - Link to a wear app to embed for object 'test'. (n) wearApp - Link to a wear app to embed for object 'main'. (n) (*) - dependencies omitted (listed previously) A web-based, searchable dependency report is available by adding the --scan option. BUILD SUCCESSFUL in 1sgradle :app:dependencies
WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore.
Use 'android.enableAapt2=true' to remove this warning.
It will be removed at the end of 2018.
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation'.
It will be removed at the end of 2018
WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore.
Use 'android.enableAapt2=true' to remove this warning.
It will be removed at the end of 2018.
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation'.
It will be removed at the end of 2018
WARNING: Configuration 'provided' is obsolete and has been replaced with 'compileOnly'.
It will be removed at the end of 2018
WARNING: The specified Android SDK Build Tools version (26.0.1) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.0.
Android SDK Build Tools 27.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '26.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore.
Use 'android.enableAapt2=true' to remove this warning.
It will be removed at the end of 2018.
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation'.
It will be removed at the end of 2018
WARNING: The specified Android SDK Build Tools version (26.0.2) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.0.
Android SDK Build Tools 27.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '26.0.2'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore.
Use 'android.enableAapt2=true' to remove this warning.
It will be removed at the end of 2018.
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation'.
It will be removed at the end of 2018
WARNING: Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation'.
It will be removed at the end of 2018
WARNING: Configuration 'testApi' is obsolete and has been replaced with 'testImplementation'.
It will be removed at the end of 2018
WARNING: The specified Android SDK Build Tools version (25.0.2) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.0.
Android SDK Build Tools 27.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '25.0.2'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
:app:dependencies
Project :app
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
+--- project :react-native-fbsdk FAILED
+--- com.android.support:appcompat-v7:23.0.1
| --- com.android.support:support-v4:23.0.1
| --- com.android.support:support-annotations:23.0.1
+--- com.facebook.react:react-native:+ -> 0.54.2
| +--- javax.inject:javax.inject:1
| +--- com.android.support:appcompat-v7:23.0.1 ()
| +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| +--- com.facebook.fresco:fresco:1.3.0
| | +--- com.facebook.fresco:drawee:1.3.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:fbcore:1.3.0
| | --- com.facebook.fresco:imagepipeline:1.3.0
| | +--- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.facebook.fresco:fbcore:1.3.0
| | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | +--- com.parse.bolts:bolts-tasks:1.4.0
| | --- com.facebook.fresco:fbcore:1.3.0
| +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0
| | | --- com.squareup.okio:okio:1.11.0 -> 1.13.0
| | +--- com.facebook.fresco:fbcore:1.3.0
| | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| +--- com.facebook.soloader:soloader:0.1.0
| +--- com.google.code.findbugs:jsr305:3.0.0
| +--- com.squareup.okhttp3:okhttp:3.6.0 ()
| +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 ()
| +--- com.squareup.okio:okio:1.13.0
| --- org.webkit:android-jsc:r174650
+--- project :react-native-image-picker FAILED
--- project :mapbox-react-native-mapbox-gl FAILED
No dependencies
No dependencies
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
No dependencies
No dependencies
No dependencies
No dependencies
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
No dependencies
No dependencies
No dependencies
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
--- com.android.tools.lint:lint-gradle:26.1.0
+--- com.android.tools:sdk-common:26.1.0
| +--- com.android.tools:sdklib:26.1.0
| | +--- com.android.tools.layoutlib:layoutlib-api:26.1.0
| | | +--- com.android.tools:common:26.1.0
| | | | +--- com.android.tools:annotations:26.1.0
| | | | --- com.google.guava:guava:22.0
| | | | +--- com.google.code.findbugs:jsr305:1.3.9
| | | | +--- com.google.errorprone:error_prone_annotations:2.0.18
| | | | +--- com.google.j2objc:j2objc-annotations:1.1
| | | | --- org.codehaus.mojo:animal-sniffer-annotations:1.14
| | | +--- net.sf.kxml:kxml2:2.3.0
| | | +--- com.android.tools:annotations:26.1.0
| | | --- org.jetbrains:annotations:13.0
| | +--- com.android.tools:dvlib:26.1.0
| | | --- com.android.tools:common:26.1.0 ()
| | +--- com.android.tools:repository:26.1.0
| | | +--- com.android.tools:common:26.1.0 ()
| | | +--- com.sun.activation:javax.activation:1.2.0
| | | +--- org.apache.commons:commons-compress:1.12
| | | +--- org.glassfish.jaxb:jaxb-runtime:2.2.11
| | | | +--- org.glassfish.jaxb:jaxb-core:2.2.11
| | | | | +--- javax.xml.bind:jaxb-api:2.2.12-b140109.1041
| | | | | +--- org.glassfish.jaxb:txw2:2.2.11
| | | | | --- com.sun.istack:istack-commons-runtime:2.21
| | | | +--- org.jvnet.staxex:stax-ex:1.7.7
| | | | --- com.sun.xml.fastinfoset:FastInfoset:1.2.13
| | | +--- com.google.jimfs:jimfs:1.1
| | | | --- com.google.guava:guava:18.0 -> 22.0 ()
| | | --- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.2.0
| | | | --- org.jetbrains:annotations:13.0
| | | --- org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.0
| | | --- org.jetbrains.kotlin:kotlin-stdlib:1.2.0 ()
| | +--- com.google.code.gson:gson:2.7
| | +--- org.apache.commons:commons-compress:1.12
| | +--- org.apache.httpcomponents:httpclient:4.2.6
| | | +--- org.apache.httpcomponents:httpcore:4.2.5
| | | +--- commons-logging:commons-logging:1.1.1
| | | --- commons-codec:commons-codec:1.6
| | --- org.apache.httpcomponents:httpmime:4.1
| | +--- org.apache.httpcomponents:httpcore:4.1 -> 4.2.5
| | --- commons-logging:commons-logging:1.1.1
| +--- com.android.tools.build:builder-test-api:3.1.0
| | --- com.android.tools.ddms:ddmlib:26.1.0
| | +--- com.android.tools:common:26.1.0 ()
| | --- net.sf.kxml:kxml2:2.3.0
| +--- com.android.tools.build:builder-model:3.1.0
| | --- com.android.tools:annotations:26.1.0
| +--- com.android.tools.ddms:ddmlib:26.1.0 ()
| +--- org.bouncycastle:bcpkix-jdk15on:1.56
| | --- org.bouncycastle:bcprov-jdk15on:1.56
| +--- org.bouncycastle:bcprov-jdk15on:1.56
| +--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 ()
| +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0
| | --- org.jetbrains.kotlin:kotlin-stdlib:1.2.0 ()
| --- com.google.protobuf:protobuf-java:3.4.0
+--- com.android.tools.build:builder:3.1.0
| +--- com.android.tools.build:builder-model:3.1.0 ()
| +--- com.android.tools.build:builder-test-api:3.1.0 ()
| +--- com.android.tools:sdklib:26.1.0 ()
| +--- com.android.tools:sdk-common:26.1.0 ()
| +--- com.android.tools:common:26.1.0 ()
| +--- com.android.tools.build:manifest-merger:26.1.0
| | +--- com.android.tools:common:26.1.0 ()
| | +--- com.android.tools:sdklib:26.1.0 ()
| | +--- com.android.tools:sdk-common:26.1.0 ()
| | +--- com.google.code.gson:gson:2.7
| | +--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 ()
| | --- net.sf.kxml:kxml2:2.3.0
| +--- com.android.tools.ddms:ddmlib:26.1.0 ()
| +--- com.android.tools.analytics-library:protos:26.1.0
| | --- com.google.protobuf:protobuf-java:3.4.0
| +--- com.android.tools.analytics-library:shared:26.1.0
| | +--- com.android.tools.analytics-library:protos:26.1.0 ()
| | +--- com.android.tools:annotations:26.1.0
| | +--- com.android.tools:common:26.1.0 ()
| | +--- com.google.guava:guava:22.0 ()
| | --- com.google.code.gson:gson:2.7
| +--- com.android.tools.analytics-library:tracker:26.1.0
| | +--- com.android.tools:annotations:26.1.0
| | +--- com.android.tools:common:26.1.0 ()
| | +--- com.android.tools.analytics-library:protos:26.1.0 ()
| | +--- com.android.tools.analytics-library:shared:26.1.0 ()
| | +--- com.google.protobuf:protobuf-java:3.4.0
| | --- com.google.guava:guava:22.0 ()
| +--- com.android.tools.build:apksig:3.1.0
| +--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 ()
| +--- com.squareup:javawriter:2.5.0
| +--- org.bouncycastle:bcpkix-jdk15on:1.56 ()
| +--- org.bouncycastle:bcprov-jdk15on:1.56
| +--- org.ow2.asm:asm:5.1
| +--- org.ow2.asm:asm-tree:5.1
| | --- org.ow2.asm:asm:5.1
| +--- org.ow2.asm:asm-commons:5.1
| | --- org.ow2.asm:asm-tree:5.1 ()
| +--- org.ow2.asm:asm-util:5.1
| | --- org.ow2.asm:asm-tree:5.1 ()
| +--- it.unimi.dsi:fastutil:7.2.0
| +--- net.sf.jopt-simple:jopt-simple:4.9
| --- com.googlecode.json-simple:json-simple:1.1
+--- com.android.tools.build:builder-model:3.1.0 ()
+--- com.android.tools.external.com-intellij:intellij-core:26.1.0
| --- org.jetbrains.trove4j:trove4j:20160824
+--- com.android.tools.external.org-jetbrains:uast:26.1.0
+--- com.android.tools.build:manifest-merger:26.1.0 ()
+--- com.android.tools.lint:lint:26.1.0
| +--- com.android.tools.lint:lint-checks:26.1.0
| | +--- com.android.tools.lint:lint-api:26.1.0
| | | +--- com.android.tools:sdk-common:26.1.0 ()
| | | +--- com.android.tools.build:builder-model:3.1.0 ()
| | | +--- com.google.guava:guava:22.0 ()
| | | +--- com.android.tools.lint:lint-kotlin:26.1.0
| | | | +--- com.android.tools.external.com-intellij:intellij-core:26.1.0 ()
| | | | +--- com.android.tools.external.com-intellij:kotlin-compiler:26.1.0
| | | | +--- com.android.tools.external.org-jetbrains:uast:26.1.0
| | | | +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 ()
| | | | --- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 ()
| | | +--- com.android.tools.external.com-intellij:intellij-core:26.1.0 ()
| | | +--- com.android.tools.external.org-jetbrains:uast:26.1.0
| | | +--- com.android.tools.build:manifest-merger:26.1.0 ()
| | | +--- org.ow2.asm:asm:5.1
| | | +--- org.ow2.asm:asm-tree:5.1 ()
| | | +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 ()
| | | --- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 ()
| | +--- com.google.guava:guava:22.0 ()
| | +--- com.android.tools.external.com-intellij:intellij-core:26.1.0 ()
| | +--- com.android.tools.external.org-jetbrains:uast:26.1.0
| | --- org.ow2.asm:asm-analysis:5.1
| | --- org.ow2.asm:asm-tree:5.1 ()
| +--- com.android.tools.lint:lint-kotlin:26.1.0 ()
| +--- com.google.guava:guava:22.0 ()
| +--- com.android.tools.external.org-jetbrains:uast:26.1.0
| +--- com.android.tools.external.com-intellij:kotlin-compiler:26.1.0
| +--- com.android.tools.build:manifest-merger:26.1.0 ()
| +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 ()
| --- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 ()
+--- com.android.tools.lint:lint-gradle-api:26.1.0
| +--- com.android.tools:sdklib:26.1.0 ()
| +--- com.android.tools.build:builder-model:3.1.0 ()
| +--- com.android.tools.build:gradle-api:3.1.0
| | +--- com.android.tools.build:builder-model:3.1.0 ()
| | +--- com.android.tools.build:builder-test-api:3.1.0 ()
| | +--- com.google.guava:guava:22.0 ()
| | --- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 ()
| +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 ()
| +--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 ()
| --- com.google.guava:guava:22.0 ()
+--- org.codehaus.groovy:groovy-all:2.4.12
+--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 ()
--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
No dependencies
No dependencies
No dependencies
No dependencies
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
No dependencies
No dependencies
No dependencies
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
+--- project :react-native-fbsdk
| +--- com.android.support:appcompat-v7:27.0.2
| | +--- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-core-utils:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- android.arch.lifecycle:runtime:1.0.3
| | | +--- android.arch.lifecycle:common:1.0.3
| | | --- android.arch.core:common:1.0.0
| | +--- com.android.support:support-fragment:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2
| | | +--- com.android.support:support-annotations:27.0.2
| | | --- com.android.support:support-compat:27.0.2 ()
| | --- com.android.support:animated-vector-drawable:27.0.2
| | +--- com.android.support:support-vector-drawable:27.0.2 ()
| | --- com.android.support:support-core-ui:27.0.2 ()
| +--- com.facebook.react:react-native:+ -> 0.54.2
| | +--- javax.inject:javax.inject:1
| | +--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
| | +--- com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0
| | | --- com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:1.0
| | +--- com.facebook.fresco:fresco:1.3.0
| | | +--- com.facebook.fresco:drawee:1.3.0
| | | | --- com.facebook.fresco:fbcore:1.3.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline-base:1.3.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:1.3.0
| | +--- com.facebook.fresco:imagepipeline-okhttp3:1.3.0
| | | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1
| | | | --- com.squareup.okio:okio:1.13.0
| | | +--- com.facebook.fresco:fbcore:1.3.0
| | | --- com.facebook.fresco:imagepipeline:1.3.0 ()
| | +--- com.facebook.soloader:soloader:0.1.0
| | +--- com.google.code.findbugs:jsr305:3.0.0
| | +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okhttp3:okhttp-urlconnection:3.6.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.okio:okio:1.13.0
| | --- org.webkit:android-jsc:r174650
| --- com.facebook.android:facebook-android-sdk:4.+ -> 4.31.0
| +--- com.facebook.android:facebook-core:4.31.0
| | +--- com.parse.bolts:bolts-android:1.4.0
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.parse.bolts:bolts-applinks:1.4.0
| | | --- com.parse.bolts:bolts-tasks:1.4.0
| | +--- com.android.support:support-annotations:27.0.2
| | --- com.android.support:support-core-utils:27.0.2 ()
| +--- com.facebook.android:facebook-common:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.android.support:support-v4:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-media-compat:27.0.2
| | | | +--- com.android.support:support-annotations:27.0.2
| | | | --- com.android.support:support-compat:27.0.2 ()
| | | +--- com.android.support:support-core-utils:27.0.2 ()
| | | +--- com.android.support:support-core-ui:27.0.2 ()
| | | --- com.android.support:support-fragment:27.0.2 ()
| | +--- com.android.support:appcompat-v7:27.0.2 ()
| | +--- com.android.support:cardview-v7:27.0.2
| | | --- com.android.support:support-annotations:27.0.2
| | +--- com.android.support:customtabs:27.0.2
| | | +--- com.android.support:support-compat:27.0.2 ()
| | | --- com.android.support:support-annotations:27.0.2
| | --- com.google.zxing:core:3.3.0
| +--- com.facebook.android:facebook-login:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | +--- com.facebook.android:facebook-common:4.31.0 ()
| | --- com.android.support:appcompat-v7:27.0.2 ()
| +--- com.facebook.android:facebook-share:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.facebook.android:facebook-common:4.31.0 ()
| +--- com.facebook.android:facebook-places:4.31.0
| | --- com.facebook.android:facebook-core:4.31.0 ()
| +--- com.facebook.android:facebook-applinks:4.31.0
| | +--- com.facebook.android:facebook-core:4.31.0 ()
| | --- com.parse.bolts:bolts-android:1.4.0 ()
| --- com.facebook.android:facebook-messenger:4.31.0
| +--- com.facebook.android:facebook-core:4.31.0 ()
| --- com.parse.bolts:bolts-android:1.4.0 ()
+--- com.android.support:appcompat-v7:23.0.1 -> 27.0.2 ()
+--- com.facebook.react:react-native:+ -> 0.54.2 ()
+--- project :react-native-image-picker
| --- com.facebook.react:react-native:+ -> 0.54.2 ()
--- project :mapbox-react-native-mapbox-gl
+--- com.mapbox.mapboxsdk:mapbox-android-services:2.2.9
| +--- com.mapbox.mapboxsdk:mapbox-java-services:2.2.9
| | +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9
| | | +--- com.mapbox.mapboxsdk:mapbox-java-core:2.2.9
| | | --- com.google.code.gson:gson:2.8.0
| | +--- com.squareup.retrofit2:retrofit:2.2.0
| | | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| | +--- com.squareup.retrofit2:converter-gson:2.2.0
| | | +--- com.squareup.retrofit2:retrofit:2.2.0 ()
| | | --- com.google.code.gson:gson:2.7 -> 2.8.0
| | --- com.squareup.okhttp3:logging-interceptor:3.6.0
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9
| | +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| | --- com.squareup.okhttp3:okhttp:3.6.0 -> 3.9.1 ()
| +--- com.android.support:appcompat-v7:25.4.0 -> 27.0.2 ()
| +--- com.android.support:support-compat:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| --- com.mapzen.android:lost:3.0.4
| +--- com.android.support:support-annotations:25.3.1 -> 27.0.2
| --- com.android.support:appcompat-v7:25.3.1 -> 27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1
| +--- com.android.support:support-annotations:25.4.0 -> 27.0.2
| +--- com.android.support:support-fragment:25.4.0 -> 27.0.2 ()
| +--- com.jakewharton.timber:timber:4.5.1 -> 4.6.0
| +--- com.squareup.okhttp3:okhttp:3.9.1 ()
| +--- com.mapbox.mapboxsdk:mapbox-java-geojson:2.2.9 ()
| --- com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 ()
--- com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0
+--- com.android.support:appcompat-v7:27.0.2 ()
+--- com.mapbox.mapboxsdk:mapbox-android-sdk:5.3.0 -> 5.4.1 ()
--- com.jakewharton.timber:timber:4.6.0
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
No dependencies
1 actionable task: 1 executed
I'll update the code to pick the best location engine instead of just forcing Lost, so if you include googles location service it will use that instead of Lost.
I can't reproduce this issue on my personal device, but I have seen quite a few issues regarding Lost that I think it's time to allow developers to be able to choose which one they want.
I'm happy to try out the integration with googles location service when it is available.
@ctaggart I'll get a PR out sometime early next week for you, this is something I've wanted to do for awhile
Any update on this? I'm about to start diffing the example app with my app to see if I can narrow down the problem. I need current location to be working next week for our beta testing.
I spent a few more hours on this today and I'm still stuck with this error:
04-13 18:15:42.187 5497-11831/system_process I/ActivityManager: Start proc 26469:bike.lanespotter:lost/u0a121 for service bike.lanespotter/com.mapzen.android.lost.internal.FusedLocationProviderService
04-13 18:15:42.280 5497-5513/system_process I/ActivityManager: Showing crash dialog for package bike.lanespotter u0
If I use MapboxGL.requestAndroidLocationPermissions() to ask for the location permissions when the app starts, it does not crash until it tries opening up the screen with the map on it. it crashes after the location request and before the page with the map component.
Not sure if it related, but I sometimes have the telemetry service crash too:
04-13 18:24:39.217 5497-24223/system_process W/ActivityManager: Scheduling restart of crashed service bike.lanespotter/com.mapbox.services.android.telemetry.service.TelemetryService in 1000ms
04-13 18:25:35.009 5497-5513/system_process I/ActivityManager: Showing crash dialog for package bike.lanespotter u0
Okay, I was able to narrow down the root cause to some interaction between LOST and Facebook's AppEventsLogger. It is optional, so I've commented it out. I originally added it following the instructions here. https://github.com/facebook/react-native-fbsdk#3-configure-native-projects
Video showing it working and then the bug with the line enabled:
https://youtu.be/37ZB7dsjMfs
import com.facebook.appevents.AppEventsLogger;
AppEventsLogger.activateApp(this);
I logged this Facebook bug: https://developers.facebook.com/bugs/246307139247477/
I also logged this bug for Lost: https://github.com/lostzen/lost/issues/260
This is no longer critical for me, but it would be nice to see Lost be optional.
I'm experiencing the same issue