-
Notifications
You must be signed in to change notification settings - Fork 17
Build error: Duplicate class com.google.firebase #176
Comments
We see this same issue in our app, seemingly due to a conflict with Google's barcode scanning library
|
Any solution? I tried to exclude firebase from one signal and its working. |
Any solutions? I am facing the same issue in React native. Tried @aZyreTech solutions, not worked for me. |
@dhavallogistic or @aZyreTech any solution? I'm facing the same issue with one signal and react-native-camera when i try to enable mlkit. |
Yes as workaround I got this and it worked .. Android: app-build-gradle file
With above code my application is working fine with both Notification functionality and Scan QR and Barcode with MLKit. |
@dhavallogistic it's working, I've been working with it for a long time. |
I'm getting same error when build with
|
The root of the issue some versions of
And
To fix this I would recommend upgrading |
Did you use any other Firebase or Google lib in your project? |
@dhavallogistic just from this library
|
The reason behind above error is you are importing 2 libs from the same packages with two different approach.
Remove all other firebase importing for testing. Thanks |
Failed build: Duplicate class com.google.firebase
Project Setup
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
buildToolsVersion = "29.0.3"
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
ndkVersion = "20.1.5948944"
}
repositories {
google()
jcenter()
gradlePluginPortal()
}
dependencies {
classpath("com.android.tools.build:gradle:4.1.0")
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.4, 0.99.99]'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
mavenLocal()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android")
}
maven {
// Android JSC is installed from npm
url("$rootDir/../node_modules/jsc-android/dist")
}
}
app/build.gradle
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
apply plugin: "com.android.application"
import com.android.build.OutputFile
/**
react-native bundle
with the correct arguments during the Android buildapply from: "../../node_modules/react-native/react.gradle"
line.*/
project.ext.react = [
enableHermes: false, // clean and rebuild if changing
]
apply from: "../../node_modules/react-native/react.gradle"
/**
*/
def enableSeparateBuildPerCPUArchitecture = false
/**
*/
def enableProguardInReleaseBuilds = false
/**
def jscFlavor = 'org.webkit:android-jsc-intl:+'
Date.toLocaleString
andString.localeCompare
that*/
def jscFlavor = 'org.webkit:android-jsc:+'
/**
*/
def enableHermes = project.ext.react.get("enableHermes", false);
android {
ndkVersion rootProject.ext.ndkVersion
}
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
}
// Run this once to be able to run the application with BUCK
// puts all compile dependencies into folder libs for BUCK to use
task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
into 'libs'
}
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
Full Error
Dependency Tree
+--- project :app ()
+--- com.facebook.react:react-native:+ -> 0.64.2
| +--- com.facebook.infer.annotation:infer-annotation:0.11.2
| | --- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2
| +--- com.facebook.yoga:proguard-annotations:1.14.1
| +--- javax.inject:javax.inject:1
| +--- androidx.appcompat:appcompat:1.0.2 -> 1.1.0
| | +--- androidx.annotation:annotation:1.1.0
| | +--- androidx.core:core:1.1.0 -> 1.3.1
| | | +--- androidx.annotation:annotation:1.1.0
| | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.2.0
| | | | +--- androidx.lifecycle:lifecycle-common:2.2.0
| | | | | --- androidx.annotation:annotation:1.1.0
| | | | +--- androidx.arch.core:core-common:2.1.0
| | | | | --- androidx.annotation:annotation:1.1.0
| | | | --- androidx.annotation:annotation:1.1.0
| | | +--- androidx.versionedparcelable:versionedparcelable:1.1.0
| | | | +--- androidx.annotation:annotation:1.1.0
| | | | --- androidx.collection:collection:1.0.0 -> 1.1.0
| | | | --- androidx.annotation:annotation:1.1.0
| | | --- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| | +--- androidx.cursoradapter:cursoradapter:1.0.0
| | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | +--- androidx.fragment:fragment:1.1.0 -> 1.2.1
| | | +--- androidx.annotation:annotation:1.1.0
| | | +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| | | +--- androidx.collection:collection:1.1.0 ()
| | | +--- androidx.viewpager:viewpager:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | | --- androidx.customview:customview:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | --- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | +--- androidx.loader:loader:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.1.0
| | | | | +--- androidx.arch.core:core-runtime:2.1.0
| | | | | | +--- androidx.annotation:annotation:1.1.0
| | | | | | --- androidx.arch.core:core-common:2.1.0 ()
| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.1.0 -> 2.2.0
| | | | | | +--- androidx.lifecycle:lifecycle-common:2.2.0 ()
| | | | | | +--- androidx.arch.core:core-common:2.1.0 ()
| | | | | | --- androidx.arch.core:core-runtime:2.1.0 ()
| | | | | --- androidx.arch.core:core-common:2.1.0 ()
| | | | --- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.2.0
| | | | --- androidx.annotation:annotation:1.1.0
| | | +--- androidx.activity:activity:1.1.0
| | | | +--- androidx.annotation:annotation:1.1.0
| | | | +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| | | | +--- androidx.lifecycle:lifecycle-runtime:2.2.0 ()
| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.2.0 ()
| | | | +--- androidx.savedstate:savedstate:1.0.0
| | | | | +--- androidx.annotation:annotation:1.1.0
| | | | | +--- androidx.arch.core:core-common:2.0.1 -> 2.1.0 ()
| | | | | --- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.2.0 ()
| | | | --- androidx.lifecycle:lifecycle-viewmodel-savedstate:1.0.0 -> 2.2.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.savedstate:savedstate:1.0.0 ()
| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.2.0 ()
| | | | --- androidx.lifecycle:lifecycle-viewmodel:2.2.0 ()
| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.2.0 ()
| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.2.0 ()
| | | --- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0 ()
| | +--- androidx.appcompat:appcompat-resources:1.1.0
| | | +--- androidx.annotation:annotation:1.1.0
| | | +--- androidx.core:core:1.0.1 -> 1.3.1 ()
| | | +--- androidx.vectordrawable:vectordrawable:1.1.0
| | | | +--- androidx.annotation:annotation:1.1.0
| | | | +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| | | | --- androidx.collection:collection:1.1.0 ()
| | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
| | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 ()
| | | | +--- androidx.interpolator:interpolator:1.0.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | --- androidx.collection:collection:1.1.0 ()
| | | --- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| | +--- androidx.drawerlayout:drawerlayout:1.0.0
| | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | --- androidx.customview:customview:1.0.0 ()
| | --- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0
| | +--- androidx.annotation:annotation:1.1.0
| | +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| | --- androidx.interpolator:interpolator:1.0.0 ()
| +--- com.facebook.fresco:fresco:2.0.0
| | +--- com.facebook.fresco:fbcore:2.0.0
| | +--- com.facebook.fresco:drawee:2.0.0
| | | +--- com.facebook.fresco:fbcore:2.0.0
| | | --- com.facebook.fresco:imagepipeline:2.0.0
| | | +--- com.facebook.fresco:imagepipeline-base:2.0.0
| | | | +--- com.facebook.soloader:soloader:0.6.0 -> 0.9.0
| | | | | +--- com.facebook.soloader:annotation:0.9.0
| | | | | --- com.facebook.soloader:nativeloader:0.9.0
| | | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | | --- com.facebook.fresco:fbcore:2.0.0
| | | +--- com.facebook.soloader:soloader:0.6.0 -> 0.9.0 ()
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:2.0.0
| | +--- com.facebook.fresco:imagepipeline:2.0.0 ()
| | +--- com.facebook.fresco:nativeimagefilters:2.0.0
| | | +--- com.facebook.fresco:imagepipeline:2.0.0 ()
| | | +--- com.facebook.soloader:soloader:0.6.0 -> 0.9.0 ()
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:2.0.0
| | +--- com.facebook.fresco:nativeimagetranscoder:2.0.0
| | | +--- com.facebook.fresco:imagepipeline-base:2.0.0 ()
| | | +--- com.facebook.soloader:soloader:0.6.0 -> 0.9.0 ()
| | | +--- com.parse.bolts:bolts-tasks:1.4.0
| | | --- com.facebook.fresco:fbcore:2.0.0
| | --- com.facebook.soloader:soloader:0.6.0 -> 0.9.0 ()
| +--- com.facebook.fresco:imagepipeline-okhttp3:2.0.0
| | +--- com.squareup.okhttp3:okhttp:3.12.1 -> 3.12.12
| | | --- com.squareup.okio:okio:1.15.0 -> 1.17.5
| | +--- com.facebook.fresco:fbcore:2.0.0
| | --- com.facebook.fresco:imagepipeline:2.0.0 ()
| +--- com.facebook.soloader:soloader:0.9.0 ()
| +--- com.google.code.findbugs:jsr305:3.0.2
| +--- com.squareup.okhttp3:okhttp:3.12.12 ()
| +--- com.squareup.okhttp3:okhttp-urlconnection:3.12.12
| | --- com.squareup.okhttp3:okhttp:3.12.12 ()
| +--- com.squareup.okio:okio:1.17.5
| --- com.facebook.fbjni:fbjni-java-only:0.0.3
| --- com.facebook.soloader:nativeloader:0.8.0 -> 0.9.0
+--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0 ()
+--- org.webkit:android-jsc:+ -> r245459
+--- project :react-native-async-storage_async-storage
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-community_masked-view
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-picker_picker
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-add-calendar-event
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-camera
| +--- com.google.android.gms:play-services-mlkit-barcode-scanning:16.2.0
| | +--- com.google.android.datatransport:transport-api:2.2.1 -> 3.0.0
| | | --- androidx.annotation:annotation:1.1.0
| | +--- com.google.android.datatransport:transport-backend-cct:2.3.3 -> 3.0.0
| | | +--- androidx.annotation:annotation:1.1.0
| | | +--- com.google.android.datatransport:transport-api:3.0.0 ()
| | | +--- com.google.android.datatransport:transport-runtime:3.0.0
| | | | +--- androidx.annotation:annotation:1.1.0
| | | | +--- com.google.android.datatransport:transport-api:3.0.0 ()
| | | | --- javax.inject:javax.inject:1
| | | +--- com.google.firebase:firebase-encoders:17.0.0
| | | | --- androidx.annotation:annotation:1.1.0
| | | --- com.google.firebase:firebase-encoders-json:18.0.0
| | | +--- androidx.annotation:annotation:1.1.0
| | | --- com.google.firebase:firebase-encoders:17.0.0 ()
| | +--- com.google.android.datatransport:transport-runtime:2.2.6 -> 3.0.0 ()
| | +--- com.google.android.gms:play-services-base:17.6.0
| | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| | | +--- androidx.core:core:1.2.0 -> 1.3.1 ()
| | | +--- androidx.fragment:fragment:1.0.0 -> 1.2.1 ()
| | | +--- com.google.android.gms:play-services-basement:17.6.0
| | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| | | | +--- androidx.core:core:1.2.0 -> 1.3.1 ()
| | | | --- androidx.fragment:fragment:1.0.0 -> 1.2.1 ()
| | | --- com.google.android.gms:play-services-tasks:17.2.1
| | | --- com.google.android.gms:play-services-basement:17.6.0 ()
| | +--- com.google.android.gms:play-services-basement:17.6.0 ()
| | +--- com.google.android.gms:play-services-tasks:17.2.0 -> 17.2.1 ()
| | +--- com.google.android.odml:image:1.0.0-beta1
| | +--- com.google.firebase:firebase-components:16.1.0 -> 17.0.0
| | | +--- androidx.annotation:annotation:1.1.0
| | | --- com.google.firebase:firebase-annotations:16.0.0
| | +--- com.google.firebase:firebase-encoders:16.1.0 -> 17.0.0 ()
| | +--- com.google.firebase:firebase-encoders-json:17.1.0 -> 18.0.0 ()
| | +--- com.google.mlkit:common:17.2.0
| | | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | +--- com.google.android.datatransport:transport-api:2.2.1 -> 3.0.0 ()
| | | +--- com.google.android.datatransport:transport-backend-cct:2.3.3 -> 3.0.0 ()
| | | +--- com.google.android.datatransport:transport-runtime:2.2.6 -> 3.0.0 ()
| | | +--- com.google.android.gms:play-services-base:17.6.0 ()
| | | +--- com.google.android.gms:play-services-basement:17.6.0 ()
| | | +--- com.google.android.gms:play-services-tasks:17.2.0 -> 17.2.1 ()
| | | +--- com.google.firebase:firebase-components:16.1.0 -> 17.0.0 ()
| | | +--- com.google.firebase:firebase-encoders:16.1.0 -> 17.0.0 ()
| | | --- com.google.firebase:firebase-encoders-json:17.1.0 -> 18.0.0 ()
| | --- com.google.mlkit:vision-common:16.5.0
| | +--- androidx.exifinterface:exifinterface:1.0.0 -> 1.3.2
| | | --- androidx.annotation:annotation:1.1.0
| | +--- com.google.android.datatransport:transport-api:2.2.1 -> 3.0.0 ()
| | +--- com.google.android.datatransport:transport-backend-cct:2.3.3 -> 3.0.0 ()
| | +--- com.google.android.datatransport:transport-runtime:2.2.6 -> 3.0.0 ()
| | +--- com.google.android.gms:play-services-base:17.6.0 ()
| | +--- com.google.android.gms:play-services-basement:17.6.0 ()
| | +--- com.google.android.gms:play-services-tasks:17.2.0 -> 17.2.1 ()
| | +--- com.google.android.odml:image:1.0.0-beta1
| | +--- com.google.firebase:firebase-components:16.1.0 -> 17.0.0 ()
| | +--- com.google.firebase:firebase-encoders:16.1.0 -> 17.0.0 ()
| | +--- com.google.firebase:firebase-encoders-json:17.1.0 -> 18.0.0 ()
| | --- com.google.mlkit:common:17.1.1 -> 17.2.0 ()
| +--- com.google.android.gms:play-services-mlkit-face-detection:16.2.0
| | +--- com.google.android.datatransport:transport-api:2.2.1 -> 3.0.0 ()
| | +--- com.google.android.datatransport:transport-backend-cct:2.3.3 -> 3.0.0 ()
| | +--- com.google.android.datatransport:transport-runtime:2.2.6 -> 3.0.0 ()
| | +--- com.google.android.gms:play-services-base:17.6.0 ()
| | +--- com.google.android.gms:play-services-basement:17.6.0 ()
| | +--- com.google.android.gms:play-services-tasks:17.2.0 -> 17.2.1 ()
| | +--- com.google.android.odml:image:1.0.0-beta1
| | +--- com.google.firebase:firebase-components:16.1.0 -> 17.0.0 ()
| | +--- com.google.firebase:firebase-encoders:16.1.0 -> 17.0.0 ()
| | +--- com.google.firebase:firebase-encoders-json:17.1.0 -> 18.0.0 ()
| | +--- com.google.mlkit:common:17.1.1 -> 17.2.0 ()
| | --- com.google.mlkit:vision-common:16.5.0 ()
| +--- com.facebook.react:react-native:+ -> 0.64.2 ()
| +--- com.google.zxing:core:3.3.3
| +--- com.drewnoakes:metadata-extractor:2.11.0
| | --- com.adobe.xmp:xmpcore:5.1.3
| +--- androidx.exifinterface:exifinterface:1.3.2 ()
| +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| +--- androidx.legacy:legacy-support-v4:1.0.0
| | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | +--- androidx.media:media:1.0.0
| | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | --- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.0 ()
| | +--- androidx.legacy:legacy-support-core-utils:1.0.0
| | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | +--- androidx.documentfile:documentfile:1.0.0
| | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | +--- androidx.loader:loader:1.0.0 ()
| | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
| | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | --- androidx.print:print:1.0.0
| | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | +--- androidx.legacy:legacy-support-core-ui:1.0.0
| | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 ()
| | | +--- androidx.customview:customview:1.0.0 ()
| | | +--- androidx.viewpager:viewpager:1.0.0 ()
| | | +--- androidx.coordinatorlayout:coordinatorlayout:1.0.0 -> 1.1.0
| | | | +--- androidx.annotation:annotation:1.1.0
| | | | +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| | | | +--- androidx.customview:customview:1.0.0 ()
| | | | --- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| | | +--- androidx.drawerlayout:drawerlayout:1.0.0 ()
| | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | | --- androidx.customview:customview:1.0.0 ()
| | | +--- androidx.interpolator:interpolator:1.0.0 ()
| | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 ()
| | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | --- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | --- androidx.cursoradapter:cursoradapter:1.0.0 ()
| | --- androidx.fragment:fragment:1.0.0 -> 1.2.1 ()
| --- com.google.android.gms:play-services-mlkit-text-recognition:16.3.0
| +--- com.google.android.datatransport:transport-api:2.2.1 -> 3.0.0 ()
| +--- com.google.android.datatransport:transport-backend-cct:2.3.3 -> 3.0.0 ()
| +--- com.google.android.datatransport:transport-runtime:2.2.6 -> 3.0.0 ()
| +--- com.google.android.gms:play-services-base:17.6.0 ()
| +--- com.google.android.gms:play-services-basement:17.6.0 ()
| +--- com.google.android.gms:play-services-tasks:17.2.0 -> 17.2.1 ()
| +--- com.google.android.odml:image:1.0.0-beta1
| +--- com.google.firebase:firebase-components:16.1.0 -> 17.0.0 ()
| +--- com.google.firebase:firebase-encoders:16.1.0 -> 17.0.0 ()
| +--- com.google.firebase:firebase-encoders-json:17.1.0 -> 18.0.0 ()
| +--- com.google.mlkit:common:17.1.1 -> 17.2.0 ()
| --- com.google.mlkit:vision-common:16.5.0 ()
+--- project :react-native-config
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-default-preference
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-device-info
| +--- com.facebook.react:react-native:+ -> 0.64.2 ()
| +--- com.android.installreferrer:installreferrer:1.1.2
| --- com.google.android.gms:play-services-iid:17.0.0
| +--- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| +--- com.google.android.gms:play-services-base:17.0.0 -> 17.6.0 ()
| +--- com.google.android.gms:play-services-basement:17.0.0 -> 17.6.0 ()
| +--- com.google.android.gms:play-services-stats:17.0.0
| | +--- androidx.legacy:legacy-support-core-utils:1.0.0 ()
| | --- com.google.android.gms:play-services-basement:17.0.0 -> 17.6.0 ()
| --- com.google.android.gms:play-services-tasks:17.0.0 -> 17.2.1 ()
+--- project :react-native-exit-app
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-extra-dimensions-android
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-gesture-handler
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-image-picker
| +--- com.facebook.react:react-native:+ -> 0.64.2 ()
| +--- androidx.core:core:1.3.1 ()
| --- androidx.exifinterface:exifinterface:1.3.1 -> 1.3.2 ()
+--- project :react-native-linear-gradient
+--- project :react-native-localize
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-network-info
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-onesignal
| +--- com.onesignal:OneSignal:4.6.0
| | +--- com.google.firebase:firebase-messaging:[19.0.0, 22.0.99] -> 22.0.0
| | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| | | +--- androidx.core:core:1.0.0 -> 1.3.1 ()
| | | +--- com.google.android.datatransport:transport-api:3.0.0 ()
| | | +--- com.google.android.datatransport:transport-backend-cct:3.0.0 ()
| | | +--- com.google.android.datatransport:transport-runtime:3.0.0 ()
| | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 17.6.0 ()
| | | +--- com.google.android.gms:play-services-cloud-messaging:16.0.0
| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 17.6.0 ()
| | | | --- com.google.android.gms:play-services-tasks:17.0.0 -> 17.2.1 ()
| | | +--- com.google.android.gms:play-services-stats:17.0.0 ()
| | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 17.2.1 ()
| | | +--- com.google.firebase:firebase-common:20.0.0
| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 17.6.0 ()
| | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 17.2.1 ()
| | | | --- com.google.firebase:firebase-components:17.0.0 ()
| | | +--- com.google.firebase:firebase-components:17.0.0 ()
| | | +--- com.google.firebase:firebase-datatransport:18.0.0
| | | | +--- androidx.annotation:annotation:1.1.0
| | | | +--- com.google.android.datatransport:transport-api:3.0.0 ()
| | | | +--- com.google.android.datatransport:transport-backend-cct:3.0.0 ()
| | | | +--- com.google.android.datatransport:transport-runtime:3.0.0 ()
| | | | +--- com.google.firebase:firebase-common:20.0.0 ()
| | | | --- com.google.firebase:firebase-components:17.0.0 ()
| | | +--- com.google.firebase:firebase-iid-interop:17.1.0
| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 17.6.0 ()
| | | | --- com.google.android.gms:play-services-tasks:17.0.0 -> 17.2.1 ()
| | | +--- com.google.firebase:firebase-installations:17.0.0
| | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 17.2.1 ()
| | | | +--- com.google.firebase:firebase-common:20.0.0 ()
| | | | +--- com.google.firebase:firebase-components:17.0.0 ()
| | | | --- com.google.firebase:firebase-installations-interop:17.0.0
| | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 17.2.1 ()
| | | | --- com.google.firebase:firebase-annotations:16.0.0
| | | +--- com.google.firebase:firebase-installations-interop:17.0.0 ()
| | | --- com.google.firebase:firebase-measurement-connector:19.0.0
| | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 17.6.0 ()
| | | --- com.google.firebase:firebase-annotations:16.0.0
| | +--- androidx.cardview:cardview:[1.0.0, 1.0.99] -> 1.0.0
| | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | +--- androidx.legacy:legacy-support-v4:[1.0.0, 1.0.99] -> 1.0.0 ()
| | +--- androidx.browser:browser:[1.0.0, 1.3.99] -> 1.3.0
| | | +--- androidx.collection:collection:1.1.0 ()
| | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0
| | | | +--- androidx.annotation:annotation:1.1.0
| | | | --- com.google.guava:listenablefuture:1.0
| | | +--- androidx.interpolator:interpolator:1.0.0 ()
| | | +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| | | +--- androidx.annotation:annotation:1.1.0
| | | --- com.google.guava:listenablefuture:1.0
| | +--- androidx.appcompat:appcompat:[1.0.0, 1.3.99] -> 1.1.0 ()
| | +--- androidx.work:work-runtime:[2.0.0, 2.5.99] -> 2.5.0
| | | +--- com.google.guava:listenablefuture:1.0
| | | +--- androidx.lifecycle:lifecycle-livedata:2.1.0 ()
| | | +--- androidx.room:room-runtime:2.2.5
| | | | +--- androidx.room:room-common:2.2.5
| | | | | --- androidx.annotation:annotation:1.1.0
| | | | +--- androidx.sqlite:sqlite-framework:2.0.1 -> 2.1.0
| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | | --- androidx.sqlite:sqlite:2.1.0
| | | | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | | | +--- androidx.sqlite:sqlite:2.0.1 -> 2.1.0 ()
| | | | --- androidx.arch.core:core-runtime:2.0.1 -> 2.1.0 ()
| | | +--- androidx.sqlite:sqlite:2.1.0 ()
| | | +--- androidx.sqlite:sqlite-framework:2.1.0 ()
| | | +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| | | --- androidx.lifecycle:lifecycle-service:2.1.0
| | | --- androidx.lifecycle:lifecycle-runtime:2.1.0 -> 2.2.0 ()
| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32
| | | --- org.jetbrains.kotlin:kotlin-stdlib:1.4.32
| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32
| | | --- org.jetbrains:annotations:13.0
| | +--- com.google.android.gms:play-services-base:[17.0.0, 17.6.99] -> 17.6.0 ()
| | --- androidx.concurrent:concurrent-futures:1.1.0 ()
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-permissions
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-reanimated
+--- project :react-native-safe-area-context
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
+--- project :react-native-screens
| +--- com.facebook.react:react-native:+ -> 0.64.2 ()
| +--- androidx.appcompat:appcompat:1.1.0 ()
| +--- androidx.fragment:fragment:1.2.1 ()
| +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 ()
| +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 -> 1.1.0 ()
| --- com.google.android.material:material:1.1.0
| +--- androidx.annotation:annotation:1.0.1 -> 1.1.0
| +--- androidx.appcompat:appcompat:1.1.0 ()
| +--- androidx.cardview:cardview:1.0.0 ()
| +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 ()
| +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| +--- androidx.fragment:fragment:1.0.0 -> 1.2.1 ()
| +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.2.0 ()
| +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0
| | +--- androidx.annotation:annotation:1.1.0
| | +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| | +--- androidx.customview:customview:1.0.0 ()
| | --- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| +--- androidx.transition:transition:1.2.0
| | +--- androidx.annotation:annotation:1.1.0
| | +--- androidx.core:core:1.0.1 -> 1.3.1 ()
| | --- androidx.collection:collection:1.0.0 -> 1.1.0 ()
| +--- androidx.vectordrawable:vectordrawable:1.1.0 ()
| --- androidx.viewpager2:viewpager2:1.0.0
| +--- androidx.annotation:annotation:1.1.0
| +--- androidx.fragment:fragment:1.1.0 -> 1.2.1 ()
| +--- androidx.recyclerview:recyclerview:1.1.0 ()
| +--- androidx.core:core:1.1.0 -> 1.3.1 ()
| --- androidx.collection:collection:1.1.0 ()
+--- project :react-native-svg
| --- com.facebook.react:react-native:+ -> 0.64.2 ()
--- project :react-native-vector-icons
--- com.facebook.react:react-native:+ -> 0.64.2 ()
The text was updated successfully, but these errors were encountered: