Instabug / Instabug-React-Native

In-app feedback and bug reporting tool for React Native
https://instabug.com/platforms/react-native
MIT License
311 stars 100 forks source link

Can't build Android after update to the latest version #971

Closed retyui closed 1 year ago

retyui commented 1 year ago

Steps to Reproduce the Problem

I can't use the latest instabug-reactnative@11.x.x with react-native-android-inapp-updates:

git clone git@github.com:retyui/Instabug-and-inapp.git
cd Instabug-and-inapp
yarn
yarn android

Expected Behavior

success build

Actual Behavior

Error:

Execution failed for task ':app:checkStagingDebugDuplicateClasses'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
   > Duplicate class com.google.android.play.core.common.IntentSenderForResultStarter found in modules jetified-core-1.10.0-runtime (com.google.android.play:core:1.10.0) and jetified-core-common-2.0.2-runtime (com.google.android.play:core-common:2.0.2)
     Duplicate class com.google.android.play.core.common.LocalTestingException found in modules jetified-core-1.10.0-runtime (com.google.android.play:core:1.10.0) and jetified-core-common-2.0.2-runtime (com.google.android.play:core-common:2.0.2)
     Duplicate class com.google.android.play.core.common.PlayCoreDialogWrapperActivity found in modules jetified-core-1.10.0-runtime (com.google.android.play:core:1.10.0) and jetified-core-common-2.0.2-runtime (com.google.android.play:core-common:2.0.2)
     Duplicate class com.google.android.play.core.listener.StateUpdatedListener found in modules jetified-core-1.10.0-runtime (com.google.android.play:core:1.10.0) and jetified-core-common-2.0.2-runtime (com.google.android.play:core-common:2.0.2)
     Duplicate class com.google.android.play.core.review.ReviewInfo found in modules jetified-core-1.10.0-runtime (com.google.android.play:core:1.10.0) and jetified-review-2.0.1-runtime (com.google.android.play:review:2.0.1)
     Duplicate class com.google.android.play.core.review.ReviewManager found in modules jetified-core-1.10.0-runtime (com.google.android.play:core:1.10.0) and jetified-review-2.0.1-runtime (com.google.android.play:review:2.0.1)
     Duplicate class com.google.android.play.core.review.ReviewManagerFactory found in modules jetified-core-1.10.0-runtime (com.google.android.play:core:1.10.0) and jetified-review-2.0.1-runtime (com.google.android.play:review:2.0.1)
     Duplicate class com.google.android.play.core.review.model.ReviewErrorCode found in modules jetified-core-1.10.0-runtime (com.google.android.play:core:1.10.0) and jetified-review-2.0.1-runtime (com.google.android.play:review:2.0.1)
     Duplicate class com.google.android.play.core.review.testing.FakeReviewManager found in modules jetified-core-1.10.0-runtime (com.google.android.play:core:1.10.0) and jetified-review-2.0.1-runtime (com.google.android.play:review:2.0.1)

Instabug integration code

...

SDK Version

...

React Native, iOS and Android Versions

Device Model

...

[Optional] Project That Reproduces the Issue

retyui commented 1 year ago
`./gradlew app:dependencies` output ```java \--- com.android.tools.utp:android-device-provider-ddmlib:30.3.1 +--- com.android.tools:common:30.3.1 | +--- com.android.tools:annotations:30.3.1 | +--- com.google.guava:guava:30.1-jre | | +--- com.google.guava:failureaccess:1.0.1 | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- org.checkerframework:checker-qual:3.5.0 | | +--- com.google.errorprone:error_prone_annotations:2.3.4 | | \--- com.google.j2objc:j2objc-annotations:1.3 | +--- net.java.dev.jna:jna-platform:5.6.0 | | \--- net.java.dev.jna:jna:5.6.0 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 | | +--- org.jetbrains:annotations:13.0 | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 (*) +--- com.android.tools.ddms:ddmlib:30.3.1 | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) | +--- com.android.tools:common:30.3.1 (*) | +--- com.google.protobuf:protobuf-java:3.17.2 | \--- net.sf.kxml:kxml2:2.3.0 +--- com.google.protobuf:protobuf-java:3.17.2 +--- com.android.tools.utp:android-device-provider-ddmlib-proto:30.3.1 | \--- com.google.protobuf:protobuf-java:3.17.2 +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2 | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.30 -> 1.5.31 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.30 -> 1.5.31 \--- com.google.testing.platform:android-device-provider-local:0.0.8-alpha07 _internal-unified-test-platform-android-device-provider-gradle - A configuration to resolve the Unified Test Platform dependencies. \--- com.android.tools.utp:android-device-provider-gradle:30.3.1 +--- com.android.tools:common:30.3.1 | +--- com.android.tools:annotations:30.3.1 | +--- com.google.guava:guava:30.1-jre | | +--- com.google.guava:failureaccess:1.0.1 | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- org.checkerframework:checker-qual:3.5.0 | | +--- com.google.errorprone:error_prone_annotations:2.3.4 | | \--- com.google.j2objc:j2objc-annotations:1.3 | +--- net.java.dev.jna:jna-platform:5.6.0 | | \--- net.java.dev.jna:jna:5.6.0 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 | | +--- org.jetbrains:annotations:13.0 | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 (*) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) +--- com.google.protobuf:protobuf-java:3.17.2 +--- com.android.tools.utp:android-device-provider-gradle-proto:30.3.1 | \--- com.google.protobuf:protobuf-java:3.17.2 \--- com.google.testing.platform:android-device-provider-local:0.0.8-alpha07 _internal-unified-test-platform-android-driver-instrumentation - A configuration to resolve the Unified Test Platform dependencies. \--- com.google.testing.platform:android-driver-instrumentation:0.0.8-alpha07 _internal-unified-test-platform-android-test-plugin - A configuration to resolve the Unified Test Platform dependencies. \--- com.google.testing.platform:android-test-plugin:0.0.8-alpha07 _internal-unified-test-platform-android-test-plugin-host-additional-test-output - A configuration to resolve the Unified Test Platform dependencies. \--- com.android.tools.utp:android-test-plugin-host-additional-test-output:30.3.1 +--- com.android.tools:common:30.3.1 | +--- com.android.tools:annotations:30.3.1 | +--- com.google.guava:guava:30.1-jre | | +--- com.google.guava:failureaccess:1.0.1 | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- org.checkerframework:checker-qual:3.5.0 | | +--- com.google.errorprone:error_prone_annotations:2.3.4 | | \--- com.google.j2objc:j2objc-annotations:1.3 | +--- net.java.dev.jna:jna-platform:5.6.0 | | \--- net.java.dev.jna:jna:5.6.0 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 | | +--- org.jetbrains:annotations:13.0 | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 (*) +--- com.android.tools.utp:android-test-plugin-host-additional-test-output-proto:30.3.1 | \--- com.google.protobuf:protobuf-java:3.17.2 +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) +--- com.google.protobuf:protobuf-java:3.17.2 \--- com.google.testing.platform:android-device-provider-local:0.0.8-alpha07 _internal-unified-test-platform-android-test-plugin-host-coverage - A configuration to resolve the Unified Test Platform dependencies. \--- com.android.tools.utp:android-test-plugin-host-coverage:30.3.1 +--- com.android.tools:common:30.3.1 | +--- com.android.tools:annotations:30.3.1 | +--- com.google.guava:guava:30.1-jre | | +--- com.google.guava:failureaccess:1.0.1 | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- org.checkerframework:checker-qual:3.5.0 | | +--- com.google.errorprone:error_prone_annotations:2.3.4 | | \--- com.google.j2objc:j2objc-annotations:1.3 | +--- net.java.dev.jna:jna-platform:5.6.0 | | \--- net.java.dev.jna:jna:5.6.0 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 | | +--- org.jetbrains:annotations:13.0 | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 (*) +--- com.android.tools.utp:android-test-plugin-host-coverage-proto:30.3.1 | \--- com.google.protobuf:protobuf-java:3.17.2 +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) +--- com.google.protobuf:protobuf-java:3.17.2 \--- com.google.testing.platform:android-device-provider-local:0.0.8-alpha07 _internal-unified-test-platform-android-test-plugin-host-device-info - A configuration to resolve the Unified Test Platform dependencies. \--- com.android.tools.utp:android-test-plugin-host-device-info:30.3.1 +--- com.android.tools:common:30.3.1 | +--- com.android.tools:annotations:30.3.1 | +--- com.google.guava:guava:30.1-jre | | +--- com.google.guava:failureaccess:1.0.1 | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- org.checkerframework:checker-qual:3.5.0 | | +--- com.google.errorprone:error_prone_annotations:2.3.4 | | \--- com.google.j2objc:j2objc-annotations:1.3 | +--- net.java.dev.jna:jna-platform:5.6.0 | | \--- net.java.dev.jna:jna:5.6.0 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 | | +--- org.jetbrains:annotations:13.0 | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 (*) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) +--- com.google.protobuf:protobuf-java:3.17.2 +--- com.android.tools.utp:android-test-plugin-host-device-info-proto:30.3.1 | \--- com.google.protobuf:protobuf-java:3.17.2 \--- com.google.testing.platform:android-device-provider-local:0.0.8-alpha07 _internal-unified-test-platform-android-test-plugin-host-logcat - A configuration to resolve the Unified Test Platform dependencies. \--- com.android.tools.utp:android-test-plugin-host-logcat:30.3.1 +--- com.android.tools:common:30.3.1 | +--- com.android.tools:annotations:30.3.1 | +--- com.google.guava:guava:30.1-jre | | +--- com.google.guava:failureaccess:1.0.1 | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- org.checkerframework:checker-qual:3.5.0 | | +--- com.google.errorprone:error_prone_annotations:2.3.4 | | \--- com.google.j2objc:j2objc-annotations:1.3 | +--- net.java.dev.jna:jna-platform:5.6.0 | | \--- net.java.dev.jna:jna:5.6.0 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 | | +--- org.jetbrains:annotations:13.0 | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 (*) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) +--- com.google.protobuf:protobuf-java:3.17.2 \--- com.google.testing.platform:android-device-provider-local:0.0.8-alpha07 _internal-unified-test-platform-android-test-plugin-host-retention - A configuration to resolve the Unified Test Platform dependencies. \--- com.android.tools.utp:android-test-plugin-host-retention:30.3.1 +--- com.android.tools:common:30.3.1 | +--- com.android.tools:annotations:30.3.1 | +--- com.google.guava:guava:30.1-jre | | +--- com.google.guava:failureaccess:1.0.1 | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- org.checkerframework:checker-qual:3.5.0 | | +--- com.google.errorprone:error_prone_annotations:2.3.4 -> 2.4.0 | | \--- com.google.j2objc:j2objc-annotations:1.3 | +--- net.java.dev.jna:jna-platform:5.6.0 | | \--- net.java.dev.jna:jna:5.6.0 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 | | +--- org.jetbrains:annotations:13.0 | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 (*) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2 | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.30 -> 1.5.31 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.30 -> 1.5.31 +--- commons-io:commons-io:2.4 +--- com.google.code.gson:gson:2.8.6 +--- io.grpc:grpc-core:1.39.0 | +--- io.grpc:grpc-api:1.39.0 | | +--- io.grpc:grpc-context:1.39.0 | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | | \--- com.google.errorprone:error_prone_annotations:2.4.0 | +--- com.google.code.gson:gson:2.8.6 | +--- com.google.android:annotations:4.1.1.4 | +--- org.codehaus.mojo:animal-sniffer-annotations:1.19 | +--- com.google.errorprone:error_prone_annotations:2.4.0 | +--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | \--- io.perfmark:perfmark-api:0.23.0 +--- io.grpc:grpc-netty:1.39.0 | +--- io.grpc:grpc-core:1.39.0 (*) | +--- io.netty:netty-codec-http2:4.1.52.Final | | +--- io.netty:netty-common:4.1.52.Final | | +--- io.netty:netty-buffer:4.1.52.Final | | | \--- io.netty:netty-common:4.1.52.Final | | +--- io.netty:netty-transport:4.1.52.Final | | | +--- io.netty:netty-common:4.1.52.Final | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | \--- io.netty:netty-resolver:4.1.52.Final | | | \--- io.netty:netty-common:4.1.52.Final | | +--- io.netty:netty-codec:4.1.52.Final | | | +--- io.netty:netty-common:4.1.52.Final | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | \--- io.netty:netty-transport:4.1.52.Final (*) | | +--- io.netty:netty-handler:4.1.52.Final | | | +--- io.netty:netty-common:4.1.52.Final | | | +--- io.netty:netty-resolver:4.1.52.Final (*) | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | +--- io.netty:netty-transport:4.1.52.Final (*) | | | \--- io.netty:netty-codec:4.1.52.Final (*) | | \--- io.netty:netty-codec-http:4.1.52.Final | | +--- io.netty:netty-common:4.1.52.Final | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | +--- io.netty:netty-transport:4.1.52.Final (*) | | +--- io.netty:netty-codec:4.1.52.Final (*) | | \--- io.netty:netty-handler:4.1.52.Final (*) | +--- io.netty:netty-handler-proxy:4.1.52.Final | | +--- io.netty:netty-common:4.1.52.Final | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | +--- io.netty:netty-transport:4.1.52.Final (*) | | +--- io.netty:netty-codec:4.1.52.Final (*) | | +--- io.netty:netty-codec-socks:4.1.52.Final | | | +--- io.netty:netty-common:4.1.52.Final | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | +--- io.netty:netty-transport:4.1.52.Final (*) | | | \--- io.netty:netty-codec:4.1.52.Final (*) | | \--- io.netty:netty-codec-http:4.1.52.Final (*) | +--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | +--- com.google.errorprone:error_prone_annotations:2.4.0 | \--- io.perfmark:perfmark-api:0.23.0 +--- io.grpc:grpc-protobuf:1.39.0 | +--- io.grpc:grpc-api:1.39.0 (*) | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.google.protobuf:protobuf-java:3.17.2 | +--- com.google.api.grpc:proto-google-common-protos:2.0.1 | | \--- com.google.protobuf:protobuf-java:3.13.0 -> 3.17.2 | +--- io.grpc:grpc-protobuf-lite:1.39.0 | | +--- io.grpc:grpc-api:1.39.0 (*) | | +--- com.google.code.findbugs:jsr305:3.0.2 | | \--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | \--- com.google.guava:guava:30.1-android -> 30.1-jre (*) +--- io.grpc:grpc-stub:1.39.0 | +--- io.grpc:grpc-api:1.39.0 (*) | \--- com.google.guava:guava:30.1-android -> 30.1-jre (*) +--- com.google.protobuf:protobuf-java:3.17.2 +--- com.google.guava:guava:30.1-jre (*) +--- com.android.tools.utp:android-test-plugin-host-retention-proto:30.3.1 | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) | \--- com.google.protobuf:protobuf-java:3.17.2 +--- com.android.tools.emulator:proto:30.3.1 | +--- com.google.code.gson:gson:2.8.6 | +--- com.google.guava:guava:30.1-jre (*) | +--- io.grpc:grpc-core:1.39.0 (*) | +--- io.grpc:grpc-netty:1.39.0 (*) | +--- io.grpc:grpc-protobuf:1.39.0 (*) | +--- io.grpc:grpc-stub:1.39.0 (*) | +--- javax.annotation:javax.annotation-api:1.3.2 | \--- com.google.protobuf:protobuf-java:3.17.2 \--- com.google.testing.platform:android-device-provider-local:0.0.8-alpha07 _internal-unified-test-platform-android-test-plugin-result-listener-gradle - A configuration to resolve the Unified Test Platform dependencies. \--- com.android.tools.utp:android-test-plugin-result-listener-gradle:30.3.1 +--- com.android.tools:common:30.3.1 | +--- com.android.tools:annotations:30.3.1 | +--- com.google.guava:guava:30.1-jre | | +--- com.google.guava:failureaccess:1.0.1 | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- org.checkerframework:checker-qual:3.5.0 | | +--- com.google.errorprone:error_prone_annotations:2.3.4 -> 2.4.0 | | \--- com.google.j2objc:j2objc-annotations:1.3 | +--- net.java.dev.jna:jna-platform:5.6.0 | | \--- net.java.dev.jna:jna:5.6.0 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 | | +--- org.jetbrains:annotations:13.0 | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.31 (*) +--- com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.3.1 | +--- io.grpc:grpc-core:1.39.0 | | +--- io.grpc:grpc-api:1.39.0 | | | +--- io.grpc:grpc-context:1.39.0 | | | +--- com.google.code.findbugs:jsr305:3.0.2 | | | +--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | | | \--- com.google.errorprone:error_prone_annotations:2.4.0 | | +--- com.google.code.gson:gson:2.8.6 | | +--- com.google.android:annotations:4.1.1.4 | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.19 | | +--- com.google.errorprone:error_prone_annotations:2.4.0 | | +--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | | \--- io.perfmark:perfmark-api:0.23.0 | +--- io.grpc:grpc-netty:1.39.0 | | +--- io.grpc:grpc-core:1.39.0 (*) | | +--- io.netty:netty-codec-http2:4.1.52.Final | | | +--- io.netty:netty-common:4.1.52.Final | | | +--- io.netty:netty-buffer:4.1.52.Final | | | | \--- io.netty:netty-common:4.1.52.Final | | | +--- io.netty:netty-transport:4.1.52.Final | | | | +--- io.netty:netty-common:4.1.52.Final | | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | | \--- io.netty:netty-resolver:4.1.52.Final | | | | \--- io.netty:netty-common:4.1.52.Final | | | +--- io.netty:netty-codec:4.1.52.Final | | | | +--- io.netty:netty-common:4.1.52.Final | | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | | \--- io.netty:netty-transport:4.1.52.Final (*) | | | +--- io.netty:netty-handler:4.1.52.Final | | | | +--- io.netty:netty-common:4.1.52.Final | | | | +--- io.netty:netty-resolver:4.1.52.Final (*) | | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | | +--- io.netty:netty-transport:4.1.52.Final (*) | | | | \--- io.netty:netty-codec:4.1.52.Final (*) | | | \--- io.netty:netty-codec-http:4.1.52.Final | | | +--- io.netty:netty-common:4.1.52.Final | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | +--- io.netty:netty-transport:4.1.52.Final (*) | | | +--- io.netty:netty-codec:4.1.52.Final (*) | | | \--- io.netty:netty-handler:4.1.52.Final (*) | | +--- io.netty:netty-handler-proxy:4.1.52.Final | | | +--- io.netty:netty-common:4.1.52.Final | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | +--- io.netty:netty-transport:4.1.52.Final (*) | | | +--- io.netty:netty-codec:4.1.52.Final (*) | | | +--- io.netty:netty-codec-socks:4.1.52.Final | | | | +--- io.netty:netty-common:4.1.52.Final | | | | +--- io.netty:netty-buffer:4.1.52.Final (*) | | | | +--- io.netty:netty-transport:4.1.52.Final (*) | | | | \--- io.netty:netty-codec:4.1.52.Final (*) | | | \--- io.netty:netty-codec-http:4.1.52.Final (*) | | +--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | | +--- com.google.errorprone:error_prone_annotations:2.4.0 | | \--- io.perfmark:perfmark-api:0.23.0 | +--- io.grpc:grpc-protobuf:1.39.0 | | +--- io.grpc:grpc-api:1.39.0 (*) | | +--- com.google.code.findbugs:jsr305:3.0.2 | | +--- com.google.protobuf:protobuf-java:3.17.2 | | +--- com.google.api.grpc:proto-google-common-protos:2.0.1 | | | \--- com.google.protobuf:protobuf-java:3.13.0 -> 3.17.2 | | +--- io.grpc:grpc-protobuf-lite:1.39.0 | | | +--- io.grpc:grpc-api:1.39.0 (*) | | | +--- com.google.code.findbugs:jsr305:3.0.2 | | | \--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | | \--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | +--- io.grpc:grpc-stub:1.39.0 | | +--- io.grpc:grpc-api:1.39.0 (*) | | \--- com.google.guava:guava:30.1-android -> 30.1-jre (*) | +--- com.google.code.gson:gson:2.8.6 | +--- com.google.guava:guava:30.1-jre (*) | +--- javax.annotation:javax.annotation-api:1.3.2 | \--- com.google.protobuf:protobuf-java:3.17.2 +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31 (*) +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2 | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2 | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.30 -> 1.5.31 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.30 -> 1.5.31 +--- com.google.code.gson:gson:2.8.6 +--- io.grpc:grpc-core:1.39.0 (*) +--- io.grpc:grpc-protobuf:1.39.0 (*) +--- io.grpc:grpc-stub:1.39.0 (*) +--- io.grpc:grpc-netty:1.39.0 (*) +--- com.google.protobuf:protobuf-java:3.17.2 +--- com.google.guava:guava:30.1-jre (*) \--- com.google.testing.platform:android-device-provider-local:0.0.8-alpha07 _internal-unified-test-platform-core - A configuration to resolve the Unified Test Platform dependencies. \--- com.google.testing.platform:core:0.0.8-alpha07 _internal-unified-test-platform-launcher - A configuration to resolve the Unified Test Platform dependencies. \--- com.google.testing.platform:launcher:0.0.8-alpha07 androidApis - Configuration providing various types of Android JAR file No dependencies androidJacocoAnt - The Jacoco agent to use to get coverage data. \--- org.jacoco:org.jacoco.ant:0.8.7 +--- org.jacoco:org.jacoco.core:0.8.7 | +--- org.ow2.asm:asm:9.1 | +--- org.ow2.asm:asm-commons:9.1 | | +--- org.ow2.asm:asm:9.1 | | +--- org.ow2.asm:asm-tree:9.1 | | | \--- org.ow2.asm:asm:9.1 | | \--- org.ow2.asm:asm-analysis:9.1 | | \--- org.ow2.asm:asm-tree:9.1 (*) | \--- org.ow2.asm:asm-tree:9.1 (*) +--- org.jacoco:org.jacoco.report:0.8.7 | \--- org.jacoco:org.jacoco.core:0.8.7 (*) \--- org.jacoco:org.jacoco.agent:0.8.7 androidJdkImage - Configuration providing JDK image for compiling Java 9+ sources No dependencies androidTestAnnotationProcessor - Classpath for the annotation processor for 'androidTest'. (n) No dependencies androidTestCompileOnly - Compile only dependencies for 'androidTest' sources. (n) No dependencies androidTestDebugAnnotationProcessor - Classpath for the annotation processor for 'androidTestDebug'. (n) No dependencies androidTestDebugCompileOnly - Compile only dependencies for 'androidTestDebug' sources. (n) No dependencies androidTestDebugImplementation - Implementation only dependencies for 'androidTestDebug' sources. (n) No dependencies androidTestDebugRuntimeOnly - Runtime only dependencies for 'androidTestDebug' sources. (n) No dependencies androidTestDebugWearApp - Link to a wear app to embed for object 'androidTestDebug'. (n) No dependencies androidTestImplementation - Implementation only dependencies for 'androidTest' sources. (n) No dependencies androidTestReleaseAnnotationProcessor - Classpath for the annotation processor for 'androidTestRelease'. (n) No dependencies androidTestReleaseCompileOnly - Compile only dependencies for 'androidTestRelease' sources. (n) No dependencies androidTestReleaseImplementation - Implementation only dependencies for 'androidTestRelease' sources. (n) No dependencies androidTestReleaseRuntimeOnly - Runtime only dependencies for 'androidTestRelease' sources. (n) No dependencies androidTestReleaseWearApp - Link to a wear app to embed for object 'androidTestRelease'. (n) No dependencies androidTestRuntimeOnly - Runtime only dependencies for 'androidTest' sources. (n) No dependencies androidTestUtil - Additional APKs used during instrumentation testing. No dependencies androidTestWearApp - Link to a wear app to embed for object 'androidTest'. (n) No dependencies annotationProcessor - Classpath for the annotation processor for 'main'. (n) No dependencies api - API dependencies for 'main' sources. (n) No dependencies archives - Configuration for archive artifacts. (n) No dependencies compileOnly - Compile only dependencies for 'main' sources. (n) No dependencies coreLibraryDesugaring - Configuration to desugar libraries No dependencies debugAabPublication - Bundle Publication for debug (n) No dependencies debugAndroidTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debugAndroidTest No dependencies debugAndroidTestCompileClasspath - Resolved configuration for compilation for variant: debugAndroidTest +--- project :app (*) +--- com.facebook.flipper:flipper:0.125.0 +--- com.facebook.flipper:flipper-network-plugin:0.125.0 +--- com.facebook.flipper:flipper-fresco-plugin:0.125.0 | \--- com.parse.bolts:bolts-tasks:1.4.0 +--- com.facebook.react:react-android -> 0.71.7 | +--- androidx.appcompat:appcompat-resources:1.4.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.core:core:1.0.1 -> 1.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.annotation:annotation-experimental:1.1.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 | | | | +--- androidx.lifecycle:lifecycle-common:2.3.1 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.1.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | \--- 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.3.0 | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.appcompat:appcompat:1.4.1 | | +--- androidx.annotation:annotation:1.3.0 | | +--- androidx.core:core:1.7.0 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.activity:activity:1.2.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 | | | | \--- androidx.lifecycle:lifecycle-common:2.3.1 (*) | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 | | | | | +--- androidx.arch.core:core-runtime:2.0.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.3.1 (*) | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.3.1 (*) | | | +--- androidx.activity:activity:1.2.4 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 | | +--- androidx.appcompat:appcompat-resources:1.4.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | \--- androidx.savedstate:savedstate:1.1.0 (*) | +--- androidx.autofill:autofill:1.1.0 | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.interpolator:interpolator:1.0.0 (*) | +--- androidx.tracing:tracing:1.1.0 | +--- com.facebook.fbjni:fbjni:0.3.0 | +--- com.facebook.fresco:fresco:2.5.0 | | +--- com.facebook.fresco:fbcore:2.5.0 | | +--- com.facebook.fresco:drawee:2.5.0 | | +--- com.facebook.fresco:imagepipeline:2.5.0 | | | \--- com.facebook.fresco:imagepipeline-base:2.5.0 | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 | | +--- com.facebook.fresco:memory-type-native:2.5.0 | | +--- com.facebook.fresco:memory-type-java:2.5.0 | | +--- com.facebook.fresco:nativeimagefilters:2.5.0 | | \--- com.facebook.fresco:nativeimagetranscoder:2.5.0 | +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0 | | \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2 | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 | | | | +--- org.jetbrains:annotations:13.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 (*) | +--- com.facebook.fresco:ui-common:2.5.0 | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 | +--- com.facebook.soloader:soloader:0.10.4 | | +--- com.facebook.soloader:annotation:0.10.4 | | \--- com.facebook.soloader:nativeloader:0.10.4 | +--- com.facebook.yoga:proguard-annotations:1.19.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.6.10 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | +--- com.squareup.okio:okio:2.9.0 (*) | +--- javax.inject:javax.inject:1 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) +--- com.facebook.react:hermes-android -> 0.71.7 +--- project :gurukumparan_react-native-android-inapp-updates \--- project :instabug-reactnative \--- com.instabug.library:instabug:11.11.0 +--- com.instabug.library:instabug-core:11.11.0 | +--- io.reactivex.rxjava2:rxjava:2.2.19 | | \--- org.reactivestreams:reactive-streams:1.0.3 | +--- io.reactivex.rxjava2:rxandroid:2.0.2 | | \--- io.reactivex.rxjava2:rxjava:2.1.9 -> 2.2.19 (*) | +--- androidx.legacy:legacy-support-v4:1.0.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | +--- androidx.media:media:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.loader:loader:1.0.0 (*) | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.print:print:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- 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 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 (*) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | +--- com.google.android.material:material:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- androidx.transition:transition:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.4.1 (*) | | +--- androidx.cardview:cardview:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | \--- androidx.recyclerview:recyclerview:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) +--- com.instabug.library:instabug-survey:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- com.instabug.library:instabug-crash:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- com.instabug.library:instabug-chat:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- com.instabug.library:instabug-bug:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 (*) | +--- com.instabug.library:instabug-chat:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- com.instabug.library:instabug-features-request:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- com.instabug.library:instabug-apm:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) \--- com.instabug.library:instabug-apm-okhttp-interceptor:11.11.0 +--- com.squareup.okhttp3:logging-interceptor:3.4.1 | \--- com.squareup.okhttp3:okhttp:3.4.1 -> 4.9.2 (*) +--- com.instabug.library:instabug-apm:11.11.0 (*) +--- com.instabug.library:instabug-core:11.11.0 (*) \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) debugAndroidTestRuntimeClasspath - Resolved configuration for runtime for variant: debugAndroidTest No dependencies debugAnnotationProcessor - Classpath for the annotation processor for 'debug'. (n) No dependencies debugAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debug No dependencies debugApi - API dependencies for 'debug' sources. (n) No dependencies debugApiElements - API elements for debug (n) No dependencies debugApkPublication - APK publication for debug (n) No dependencies debugCompileClasspath - Resolved configuration for compilation for variant: debug +--- com.facebook.flipper:flipper:0.125.0 +--- com.facebook.flipper:flipper-network-plugin:0.125.0 +--- com.facebook.flipper:flipper-fresco-plugin:0.125.0 | \--- com.parse.bolts:bolts-tasks:1.4.0 +--- com.facebook.react:react-android -> 0.71.7 | +--- androidx.appcompat:appcompat-resources:1.4.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.core:core:1.0.1 -> 1.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.annotation:annotation-experimental:1.1.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.1.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | \--- 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.3.0 | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.appcompat:appcompat:1.4.1 | | +--- androidx.annotation:annotation:1.3.0 | | +--- androidx.core:core:1.7.0 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.activity:activity:1.2.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 | | | | \--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.4.0 (*) | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 | | | | | +--- androidx.arch.core:core-runtime:2.0.0 -> 2.1.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | | | \--- androidx.arch.core:core-common:2.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.3.1 (*) | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.3.1 (*) | | | +--- androidx.activity:activity:1.2.4 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 | | +--- androidx.appcompat:appcompat-resources:1.4.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | \--- androidx.savedstate:savedstate:1.1.0 (*) | +--- androidx.autofill:autofill:1.1.0 | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.interpolator:interpolator:1.0.0 (*) | +--- androidx.tracing:tracing:1.1.0 | +--- com.facebook.fbjni:fbjni:0.3.0 | +--- com.facebook.fresco:fresco:2.5.0 -> 2.6.0 | | +--- com.facebook.fresco:fbcore:2.6.0 | | +--- com.facebook.fresco:drawee:2.6.0 | | +--- com.facebook.fresco:imagepipeline:2.6.0 | | | \--- com.facebook.fresco:imagepipeline-base:2.6.0 | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 | | +--- com.facebook.fresco:memory-type-native:2.6.0 | | +--- com.facebook.fresco:memory-type-java:2.6.0 | | +--- com.facebook.fresco:nativeimagefilters:2.6.0 | | \--- com.facebook.fresco:nativeimagetranscoder:2.6.0 | +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0 | | \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2 | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 | | | | +--- org.jetbrains:annotations:13.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 (*) | +--- com.facebook.fresco:ui-common:2.5.0 -> 2.6.0 | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 | +--- com.facebook.soloader:soloader:0.10.4 | | +--- com.facebook.soloader:annotation:0.10.4 | | \--- com.facebook.soloader:nativeloader:0.10.4 | +--- com.facebook.yoga:proguard-annotations:1.19.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.6.10 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | +--- com.squareup.okio:okio:2.9.0 (*) | +--- javax.inject:javax.inject:1 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) +--- com.facebook.react:hermes-android -> 0.71.7 +--- project :gurukumparan_react-native-android-inapp-updates +--- project :instabug-reactnative | \--- com.instabug.library:instabug:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 | | +--- io.reactivex.rxjava2:rxjava:2.2.19 | | | \--- org.reactivestreams:reactive-streams:1.0.3 | | +--- io.reactivex.rxjava2:rxandroid:2.0.2 | | | \--- io.reactivex.rxjava2:rxjava:2.1.9 -> 2.2.19 (*) | | +--- androidx.legacy:legacy-support-v4:1.0.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.media:media:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.loader:loader:1.0.0 (*) | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- 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 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) | | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) | | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.material:material:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | | +--- androidx.transition:transition:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.4.1 (*) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.recyclerview:recyclerview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.instabug.library:instabug-survey:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-crash:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-chat:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-bug:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- com.instabug.library:instabug-chat:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-features-request:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-apm:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | \--- com.instabug.library:instabug-apm-okhttp-interceptor:11.11.0 | +--- com.squareup.okhttp3:logging-interceptor:3.4.1 | | \--- com.squareup.okhttp3:okhttp:3.4.1 -> 4.9.2 (*) | +--- com.instabug.library:instabug-apm:11.11.0 (*) | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- com.facebook.flipper:flipper:{strictly 0.125.0} -> 0.125.0 (c) +--- com.facebook.flipper:flipper-network-plugin:{strictly 0.125.0} -> 0.125.0 (c) +--- com.facebook.flipper:flipper-fresco-plugin:{strictly 0.125.0} -> 0.125.0 (c) +--- com.facebook.react:react-android:{strictly 0.71.7} -> 0.71.7 (c) +--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- com.facebook.react:hermes-android:{strictly 0.71.7} -> 0.71.7 (c) +--- com.instabug.library:instabug:{strictly 11.11.0} -> 11.11.0 (c) +--- com.parse.bolts:bolts-tasks:{strictly 1.4.0} -> 1.4.0 (c) +--- androidx.appcompat:appcompat-resources:{strictly 1.4.1} -> 1.4.1 (c) +--- androidx.appcompat:appcompat:{strictly 1.4.1} -> 1.4.1 (c) +--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.tracing:tracing:{strictly 1.1.0} -> 1.1.0 (c) +--- com.facebook.fbjni:fbjni:{strictly 0.3.0} -> 0.3.0 (c) +--- com.facebook.fresco:fresco:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:ui-common:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) +--- com.facebook.soloader:soloader:{strictly 0.10.4} -> 0.10.4 (c) +--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) +--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) +--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) +--- com.squareup.okhttp3:okhttp:{strictly 4.9.2} -> 4.9.2 (c) +--- com.squareup.okio:okio:{strictly 2.9.0} -> 2.9.0 (c) +--- javax.inject:javax.inject:{strictly 1} -> 1 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.6.10} -> 1.6.10 (c) +--- androidx.annotation:annotation:{strictly 1.3.0} -> 1.3.0 (c) +--- androidx.core:core:{strictly 1.7.0} -> 1.7.0 (c) +--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) +--- com.instabug.library:instabug-core:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-survey:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-crash:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-chat:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-bug:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-features-request:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-apm:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-apm-okhttp-interceptor:{strictly 11.11.0} -> 11.11.0 (c) +--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.activity:activity:{strictly 1.2.4} -> 1.2.4 (c) +--- androidx.fragment:fragment:{strictly 1.3.6} -> 1.3.6 (c) +--- androidx.drawerlayout:drawerlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.savedstate:savedstate:{strictly 1.1.0} -> 1.1.0 (c) +--- com.facebook.fresco:fbcore:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:drawee:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:imagepipeline:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:imagepipeline-native:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:memory-type-ashmem:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:memory-type-native:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:memory-type-java:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:nativeimagefilters:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:nativeimagetranscoder:{strictly 2.6.0} -> 2.6.0 (c) +--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) +--- com.facebook.soloader:annotation:{strictly 0.10.4} -> 0.10.4 (c) +--- com.facebook.soloader:nativeloader:{strictly 0.10.4} -> 0.10.4 (c) +--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 1.6.10} -> 1.6.10 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-common:{strictly 1.6.10} -> 1.6.10 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 1.6.10} -> 1.6.10 (c) +--- androidx.annotation:annotation-experimental:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.lifecycle:lifecycle-runtime:{strictly 2.4.0} -> 2.4.0 (c) +--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) +--- io.reactivex.rxjava2:rxjava:{strictly 2.2.19} -> 2.2.19 (c) +--- io.reactivex.rxjava2:rxandroid:{strictly 2.0.2} -> 2.0.2 (c) +--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) +--- com.google.android.material:material:{strictly 1.0.0} -> 1.0.0 (c) +--- com.squareup.okhttp3:logging-interceptor:{strictly 3.4.1} -> 3.4.1 (c) +--- androidx.collection:collection:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.customview:customview:{strictly 1.0.0} -> 1.0.0 (c) +--- com.facebook.fresco:imagepipeline-base:{strictly 2.6.0} -> 2.6.0 (c) +--- org.jetbrains:annotations:{strictly 13.0} -> 13.0 (c) +--- androidx.lifecycle:lifecycle-common:{strictly 2.4.0} -> 2.4.0 (c) +--- androidx.arch.core:core-common:{strictly 2.1.0} -> 2.1.0 (c) +--- org.reactivestreams:reactive-streams:{strictly 1.0.3} -> 1.0.3 (c) +--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.transition:transition:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.cardview:cardview:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.recyclerview:recyclerview:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.lifecycle:lifecycle-livedata:{strictly 2.0.0} -> 2.0.0 (c) +--- androidx.documentfile:documentfile:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) \--- androidx.arch.core:core-runtime:{strictly 2.1.0} -> 2.1.0 (c) debugCompileOnly - Compile only dependencies for 'debug' sources. (n) No dependencies debugImplementation - Implementation only dependencies for 'debug' sources. (n) +--- com.facebook.flipper:flipper:0.125.0 (n) +--- com.facebook.flipper:flipper-network-plugin:0.125.0 (n) \--- com.facebook.flipper:flipper-fresco-plugin:0.125.0 (n) debugReverseMetadataValues - Metadata Values dependencies for the base Split No dependencies debugRuntimeClasspath - Resolved configuration for runtime for variant: debug +--- com.facebook.flipper:flipper:0.125.0 | +--- com.facebook.fbjni:fbjni:0.3.0 | | \--- com.facebook.soloader:nativeloader:0.10.3 -> 0.10.4 | +--- com.facebook.soloader:soloader:0.10.3 -> 0.10.4 | | +--- com.facebook.soloader:annotation:0.10.4 | | \--- com.facebook.soloader:nativeloader:0.10.4 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- androidx.appcompat:appcompat:1.3.0 -> 1.4.1 | | +--- androidx.annotation:annotation:1.3.0 | | +--- androidx.core:core:1.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.annotation:annotation-experimental:1.1.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 | | | | +--- androidx.arch.core:core-runtime:2.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | | \--- androidx.arch.core:core-common:2.1.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.1.0 (*) | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.concurrent:concurrent-futures:1.0.0 | | | +--- com.google.guava:listenablefuture:1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.activity:activity:1.2.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.0.1 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 | | | | | +--- androidx.arch.core:core-common:2.1.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.1.0 (*) | | | | | \--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.4.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.tracing:tracing:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 | | | | | +--- androidx.arch.core:core-runtime:2.0.0 -> 2.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.3.1 (*) | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.3.1 (*) | | | +--- androidx.activity:activity:1.2.4 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 | | +--- androidx.appcompat:appcompat-resources:1.4.1 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.1 -> 1.7.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | | \--- 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.3.0 | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | +--- androidx.emoji2:emoji2:1.0.0 | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.lifecycle:lifecycle-process:2.4.0 | | | | +--- androidx.lifecycle:lifecycle-runtime:2.4.0 (*) | | | | \--- androidx.startup:startup-runtime:1.0.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.1.0 (*) | | | +--- androidx.core:core:1.3.0 -> 1.7.0 (*) | | | \--- androidx.startup:startup-runtime:1.0.0 (*) | | +--- androidx.emoji2:emoji2-views-helper:1.0.0 | | | +--- androidx.emoji2:emoji2:1.0.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | \--- androidx.core:core:1.3.0 -> 1.7.0 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | \--- androidx.resourceinspection:resourceinspection-annotation:1.0.0 | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | +--- androidx.sqlite:sqlite-framework:2.1.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | \--- androidx.sqlite:sqlite:2.1.0 | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | \--- org.java-websocket:Java-WebSocket:1.5.2 | \--- org.slf4j:slf4j-api:1.7.25 +--- com.facebook.flipper:flipper-network-plugin:0.125.0 | \--- com.facebook.flipper:flipper:0.125.0 (*) +--- com.facebook.flipper:flipper-fresco-plugin:0.125.0 | +--- com.facebook.flipper:flipper:0.125.0 (*) | +--- com.facebook.fresco:fresco:2.6.0 | | +--- com.facebook.fresco:soloader:2.6.0 | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.4 (*) | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | +--- com.facebook.fresco:ui-common:2.6.0 | | | \--- com.facebook.fresco:fbcore:2.6.0 | | +--- com.facebook.fresco:fbcore:2.6.0 | | +--- com.facebook.fresco:drawee:2.6.0 | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | +--- com.facebook.fresco:imagepipeline:2.6.0 | | | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | | +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.4 | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | \--- com.facebook.fresco:imagepipeline-base:2.6.0 | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 | | | | +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.4 | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | | \--- com.facebook.fresco:fbcore:2.6.0 | | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 | | | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.4 (*) | | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | \--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | +--- com.facebook.fresco:memory-type-native:2.6.0 | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | | | \--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | +--- com.facebook.fresco:memory-type-java:2.6.0 | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | | \--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | | +--- com.facebook.fresco:ui-common:2.6.0 (*) | | | \--- com.facebook.fresco:middleware:2.6.0 | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | \--- com.facebook.fresco:ui-common:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.6.0 (*) | | +--- com.facebook.fresco:nativeimagefilters:2.6.0 | | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 (*) | | | +--- com.facebook.fresco:memory-type-native:2.6.0 (*) | | | +--- com.facebook.fresco:memory-type-java:2.6.0 (*) | | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | \--- com.facebook.fresco:fbcore:2.6.0 | | \--- com.facebook.fresco:nativeimagetranscoder:2.6.0 | | +--- com.facebook.fresco:imagepipeline-base:2.6.0 (*) | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | \--- com.facebook.fresco:fbcore:2.6.0 | +--- com.facebook.fresco:flipper:2.6.0 | | +--- com.facebook.fresco:fresco:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.6.0 (*) | | \--- com.facebook.fresco:memory-type-java:2.6.0 (*) | +--- com.facebook.fresco:stetho:2.6.0 | | +--- com.facebook.fresco:fresco:2.6.0 (*) | | +--- com.facebook.fresco:fbcore:2.6.0 | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.6.0 (*) | | \--- com.facebook.fresco:imagepipeline-base:2.6.0 (*) | \--- com.parse.bolts:bolts-tasks:1.4.0 +--- com.facebook.react:react-android -> 0.71.7 | +--- androidx.appcompat:appcompat-resources:1.4.1 (*) | +--- androidx.appcompat:appcompat:1.4.1 (*) | +--- androidx.autofill:autofill:1.1.0 | | \--- androidx.core:core:1.1.0 -> 1.7.0 (*) | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.interpolator:interpolator:1.0.0 (*) | +--- androidx.tracing:tracing:1.1.0 (*) | +--- com.facebook.fbjni:fbjni:0.3.0 (*) | +--- com.facebook.fresco:fresco:2.5.0 -> 2.6.0 (*) | +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0 | | +--- com.facebook.fresco:fbcore:2.5.0 -> 2.6.0 | | +--- com.facebook.fresco:imagepipeline:2.5.0 -> 2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 -> 2.6.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 -> 2.6.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.5.0 -> 2.6.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.5.0 -> 2.6.0 (*) | | \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2 | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 | | | | +--- org.jetbrains:annotations:13.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 (*) | +--- com.facebook.fresco:ui-common:2.5.0 -> 2.6.0 (*) | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) | +--- com.facebook.soloader:soloader:0.10.4 (*) | +--- com.facebook.yoga:proguard-annotations:1.19.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.6.10 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | +--- com.squareup.okio:okio:2.9.0 (*) | +--- javax.inject:javax.inject:1 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) +--- com.facebook.react:hermes-android -> 0.71.7 | +--- com.facebook.fbjni:fbjni:0.3.0 (*) | +--- com.facebook.soloader:soloader:0.10.4 (*) | +--- com.facebook.yoga:proguard-annotations:1.19.0 | \--- androidx.annotation:annotation:1.3.0 +--- project :gurukumparan_react-native-android-inapp-updates | +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.71.7 (*) | \--- com.google.android.play:core:1.10.0 \--- project :instabug-reactnative +--- com.instabug.library:instabug:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 | | +--- io.reactivex.rxjava2:rxjava:2.2.19 | | | \--- org.reactivestreams:reactive-streams:1.0.3 | | +--- io.reactivex.rxjava2:rxandroid:2.0.2 | | | \--- io.reactivex.rxjava2:rxjava:2.1.9 -> 2.2.19 (*) | | +--- androidx.legacy:legacy-support-v4:1.0.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.media:media:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.loader:loader:1.0.0 (*) | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- 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 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) | | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) | | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.material:material:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | | +--- androidx.transition:transition:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.4.1 (*) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.recyclerview:recyclerview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- androidx.multidex:multidex:2.0.0 -> 2.0.1 | +--- com.instabug.library:instabug-survey:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | | \--- com.google.android.play:review:2.0.1 | | +--- com.google.android.gms:play-services-basement:18.1.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.gms:play-services-tasks:18.0.2 | | | \--- com.google.android.gms:play-services-basement:18.1.0 (*) | | \--- com.google.android.play:core-common:2.0.2 | +--- com.instabug.library:instabug-crash:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-chat:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-bug:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- com.instabug.library:instabug-chat:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-features-request:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-apm:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | \--- com.instabug.library:instabug-apm-okhttp-interceptor:11.11.0 | +--- com.squareup.okhttp3:logging-interceptor:3.4.1 | | \--- com.squareup.okhttp3:okhttp:3.4.1 -> 4.9.2 (*) | +--- com.instabug.library:instabug-apm:11.11.0 (*) | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.multidex:multidex:2.0.1 \--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.71.7 (*) debugRuntimeElements - Runtime elements for debug (n) No dependencies debugRuntimeOnly - Runtime only dependencies for 'debug' sources. (n) No dependencies debugUnitTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: debugUnitTest No dependencies debugUnitTestCompileClasspath - Resolved configuration for compilation for variant: debugUnitTest +--- com.facebook.flipper:flipper:0.125.0 +--- com.facebook.flipper:flipper-network-plugin:0.125.0 +--- com.facebook.flipper:flipper-fresco-plugin:0.125.0 | \--- com.parse.bolts:bolts-tasks:1.4.0 +--- project :app (*) +--- com.facebook.flipper:flipper:{strictly 0.125.0} -> 0.125.0 (c) +--- com.facebook.flipper:flipper-network-plugin:{strictly 0.125.0} -> 0.125.0 (c) +--- com.facebook.flipper:flipper-fresco-plugin:{strictly 0.125.0} -> 0.125.0 (c) +--- com.facebook.react:react-android -> 0.71.7 | +--- androidx.appcompat:appcompat-resources:1.4.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.core:core:1.0.1 -> 1.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.annotation:annotation-experimental:1.1.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.1.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | \--- 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.3.0 | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.appcompat:appcompat:1.4.1 | | +--- androidx.annotation:annotation:1.3.0 | | +--- androidx.core:core:1.7.0 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.activity:activity:1.2.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 | | | | \--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.4.0 (*) | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 | | | | | +--- androidx.arch.core:core-runtime:2.0.0 -> 2.1.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | | | \--- androidx.arch.core:core-common:2.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.3.1 (*) | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.3.1 (*) | | | +--- androidx.activity:activity:1.2.4 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 | | +--- androidx.appcompat:appcompat-resources:1.4.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | \--- androidx.savedstate:savedstate:1.1.0 (*) | +--- androidx.autofill:autofill:1.1.0 | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.interpolator:interpolator:1.0.0 (*) | +--- androidx.tracing:tracing:1.1.0 | +--- com.facebook.fbjni:fbjni:0.3.0 | +--- com.facebook.fresco:fresco:2.5.0 -> 2.6.0 | | +--- com.facebook.fresco:fbcore:2.6.0 | | +--- com.facebook.fresco:drawee:2.6.0 | | +--- com.facebook.fresco:imagepipeline:2.6.0 | | | \--- com.facebook.fresco:imagepipeline-base:2.6.0 | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 | | +--- com.facebook.fresco:memory-type-native:2.6.0 | | +--- com.facebook.fresco:memory-type-java:2.6.0 | | +--- com.facebook.fresco:nativeimagefilters:2.6.0 | | \--- com.facebook.fresco:nativeimagetranscoder:2.6.0 | +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0 | | \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2 | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 | | | | +--- org.jetbrains:annotations:13.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 (*) | +--- com.facebook.fresco:ui-common:2.5.0 -> 2.6.0 | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 | +--- com.facebook.soloader:soloader:0.10.4 | | +--- com.facebook.soloader:annotation:0.10.4 | | \--- com.facebook.soloader:nativeloader:0.10.4 | +--- com.facebook.yoga:proguard-annotations:1.19.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.6.10 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | +--- com.squareup.okio:okio:2.9.0 (*) | +--- javax.inject:javax.inject:1 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) +--- com.facebook.react:hermes-android -> 0.71.7 +--- project :gurukumparan_react-native-android-inapp-updates +--- project :instabug-reactnative | \--- com.instabug.library:instabug:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 | | +--- io.reactivex.rxjava2:rxjava:2.2.19 | | | \--- org.reactivestreams:reactive-streams:1.0.3 | | +--- io.reactivex.rxjava2:rxandroid:2.0.2 | | | \--- io.reactivex.rxjava2:rxjava:2.1.9 -> 2.2.19 (*) | | +--- androidx.legacy:legacy-support-v4:1.0.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.media:media:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.loader:loader:1.0.0 (*) | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- 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 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) | | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) | | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.material:material:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | | +--- androidx.transition:transition:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.4.1 (*) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.recyclerview:recyclerview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.instabug.library:instabug-survey:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-crash:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-chat:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-bug:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- com.instabug.library:instabug-chat:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-features-request:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-apm:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | \--- com.instabug.library:instabug-apm-okhttp-interceptor:11.11.0 | +--- com.squareup.okhttp3:logging-interceptor:3.4.1 | | \--- com.squareup.okhttp3:okhttp:3.4.1 -> 4.9.2 (*) | +--- com.instabug.library:instabug-apm:11.11.0 (*) | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- com.facebook.react:react-android:{strictly 0.71.7} -> 0.71.7 (c) +--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- com.facebook.react:hermes-android:{strictly 0.71.7} -> 0.71.7 (c) +--- com.parse.bolts:bolts-tasks:{strictly 1.4.0} -> 1.4.0 (c) +--- com.instabug.library:instabug:{strictly 11.11.0} -> 11.11.0 (c) +--- androidx.appcompat:appcompat-resources:{strictly 1.4.1} -> 1.4.1 (c) +--- androidx.appcompat:appcompat:{strictly 1.4.1} -> 1.4.1 (c) +--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.tracing:tracing:{strictly 1.1.0} -> 1.1.0 (c) +--- com.facebook.fbjni:fbjni:{strictly 0.3.0} -> 0.3.0 (c) +--- com.facebook.fresco:fresco:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:ui-common:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) +--- com.facebook.soloader:soloader:{strictly 0.10.4} -> 0.10.4 (c) +--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) +--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) +--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) +--- com.squareup.okhttp3:okhttp:{strictly 4.9.2} -> 4.9.2 (c) +--- com.squareup.okio:okio:{strictly 2.9.0} -> 2.9.0 (c) +--- javax.inject:javax.inject:{strictly 1} -> 1 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.6.10} -> 1.6.10 (c) +--- androidx.annotation:annotation:{strictly 1.3.0} -> 1.3.0 (c) +--- androidx.core:core:{strictly 1.7.0} -> 1.7.0 (c) +--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) +--- com.instabug.library:instabug-core:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-survey:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-crash:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-chat:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-bug:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-features-request:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-apm:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-apm-okhttp-interceptor:{strictly 11.11.0} -> 11.11.0 (c) +--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.activity:activity:{strictly 1.2.4} -> 1.2.4 (c) +--- androidx.fragment:fragment:{strictly 1.3.6} -> 1.3.6 (c) +--- androidx.drawerlayout:drawerlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.savedstate:savedstate:{strictly 1.1.0} -> 1.1.0 (c) +--- com.facebook.fresco:fbcore:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:drawee:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:imagepipeline:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:imagepipeline-native:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:memory-type-ashmem:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:memory-type-native:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:memory-type-java:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:nativeimagefilters:{strictly 2.6.0} -> 2.6.0 (c) +--- com.facebook.fresco:nativeimagetranscoder:{strictly 2.6.0} -> 2.6.0 (c) +--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) +--- com.facebook.soloader:annotation:{strictly 0.10.4} -> 0.10.4 (c) +--- com.facebook.soloader:nativeloader:{strictly 0.10.4} -> 0.10.4 (c) +--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 1.6.10} -> 1.6.10 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-common:{strictly 1.6.10} -> 1.6.10 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 1.6.10} -> 1.6.10 (c) +--- androidx.annotation:annotation-experimental:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.lifecycle:lifecycle-runtime:{strictly 2.4.0} -> 2.4.0 (c) +--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) +--- io.reactivex.rxjava2:rxjava:{strictly 2.2.19} -> 2.2.19 (c) +--- io.reactivex.rxjava2:rxandroid:{strictly 2.0.2} -> 2.0.2 (c) +--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) +--- com.google.android.material:material:{strictly 1.0.0} -> 1.0.0 (c) +--- com.squareup.okhttp3:logging-interceptor:{strictly 3.4.1} -> 3.4.1 (c) +--- androidx.collection:collection:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.customview:customview:{strictly 1.0.0} -> 1.0.0 (c) +--- com.facebook.fresco:imagepipeline-base:{strictly 2.6.0} -> 2.6.0 (c) +--- org.jetbrains:annotations:{strictly 13.0} -> 13.0 (c) +--- androidx.lifecycle:lifecycle-common:{strictly 2.4.0} -> 2.4.0 (c) +--- androidx.arch.core:core-common:{strictly 2.1.0} -> 2.1.0 (c) +--- org.reactivestreams:reactive-streams:{strictly 1.0.3} -> 1.0.3 (c) +--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.transition:transition:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.cardview:cardview:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.recyclerview:recyclerview:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.lifecycle:lifecycle-livedata:{strictly 2.0.0} -> 2.0.0 (c) +--- androidx.documentfile:documentfile:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) \--- androidx.arch.core:core-runtime:{strictly 2.1.0} -> 2.1.0 (c) debugUnitTestRuntimeClasspath - Resolved configuration for runtime for variant: debugUnitTest +--- project :app (*) +--- com.facebook.flipper:flipper:0.125.0 | +--- com.facebook.fbjni:fbjni:0.3.0 | | \--- com.facebook.soloader:nativeloader:0.10.3 -> 0.10.4 | +--- com.facebook.soloader:soloader:0.10.3 -> 0.10.4 | | +--- com.facebook.soloader:annotation:0.10.4 | | \--- com.facebook.soloader:nativeloader:0.10.4 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- androidx.appcompat:appcompat:1.3.0 -> 1.4.1 | | +--- androidx.annotation:annotation:1.3.0 | | +--- androidx.core:core:1.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.annotation:annotation-experimental:1.1.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 | | | | +--- androidx.arch.core:core-runtime:2.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | | \--- androidx.arch.core:core-common:2.1.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.1.0 (*) | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.concurrent:concurrent-futures:1.0.0 | | | +--- com.google.guava:listenablefuture:1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.activity:activity:1.2.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.0.1 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 | | | | | +--- androidx.arch.core:core-common:2.1.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.1.0 (*) | | | | | \--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.4.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.tracing:tracing:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 | | | | | +--- androidx.arch.core:core-runtime:2.0.0 -> 2.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.3.1 (*) | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.3.1 (*) | | | +--- androidx.activity:activity:1.2.4 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 | | +--- androidx.appcompat:appcompat-resources:1.4.1 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.1 -> 1.7.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | | \--- 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.3.0 | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | +--- androidx.emoji2:emoji2:1.0.0 | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.lifecycle:lifecycle-process:2.4.0 | | | | +--- androidx.lifecycle:lifecycle-runtime:2.4.0 (*) | | | | \--- androidx.startup:startup-runtime:1.0.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.1.0 (*) | | | +--- androidx.core:core:1.3.0 -> 1.7.0 (*) | | | \--- androidx.startup:startup-runtime:1.0.0 (*) | | +--- androidx.emoji2:emoji2-views-helper:1.0.0 | | | +--- androidx.emoji2:emoji2:1.0.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | \--- androidx.core:core:1.3.0 -> 1.7.0 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | \--- androidx.resourceinspection:resourceinspection-annotation:1.0.0 | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | +--- androidx.sqlite:sqlite-framework:2.1.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | \--- androidx.sqlite:sqlite:2.1.0 | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | \--- org.java-websocket:Java-WebSocket:1.5.2 | \--- org.slf4j:slf4j-api:1.7.25 +--- com.facebook.flipper:flipper-network-plugin:0.125.0 | \--- com.facebook.flipper:flipper:0.125.0 (*) +--- com.facebook.flipper:flipper-fresco-plugin:0.125.0 | +--- com.facebook.flipper:flipper:0.125.0 (*) | +--- com.facebook.fresco:fresco:2.6.0 | | +--- com.facebook.fresco:soloader:2.6.0 | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.4 (*) | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | +--- com.facebook.fresco:ui-common:2.6.0 | | | \--- com.facebook.fresco:fbcore:2.6.0 | | +--- com.facebook.fresco:fbcore:2.6.0 | | +--- com.facebook.fresco:drawee:2.6.0 | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | +--- com.facebook.fresco:imagepipeline:2.6.0 | | | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | | +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.4 | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | \--- com.facebook.fresco:imagepipeline-base:2.6.0 | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 | | | | +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.4 | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | | \--- com.facebook.fresco:fbcore:2.6.0 | | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 | | | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.4 (*) | | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | \--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | +--- com.facebook.fresco:memory-type-native:2.6.0 | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | | | \--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | +--- com.facebook.fresco:memory-type-java:2.6.0 | | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | | \--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | | +--- com.facebook.fresco:ui-common:2.6.0 (*) | | | \--- com.facebook.fresco:middleware:2.6.0 | | | +--- com.facebook.fresco:fbcore:2.6.0 | | | \--- com.facebook.fresco:ui-common:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.6.0 (*) | | +--- com.facebook.fresco:nativeimagefilters:2.6.0 | | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 (*) | | | +--- com.facebook.fresco:memory-type-native:2.6.0 (*) | | | +--- com.facebook.fresco:memory-type-java:2.6.0 (*) | | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | \--- com.facebook.fresco:fbcore:2.6.0 | | \--- com.facebook.fresco:nativeimagetranscoder:2.6.0 | | +--- com.facebook.fresco:imagepipeline-base:2.6.0 (*) | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | \--- com.facebook.fresco:fbcore:2.6.0 | +--- com.facebook.fresco:flipper:2.6.0 | | +--- com.facebook.fresco:fresco:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.6.0 (*) | | \--- com.facebook.fresco:memory-type-java:2.6.0 (*) | +--- com.facebook.fresco:stetho:2.6.0 | | +--- com.facebook.fresco:fresco:2.6.0 (*) | | +--- com.facebook.fresco:fbcore:2.6.0 | | +--- com.facebook.fresco:imagepipeline:2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.6.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.6.0 (*) | | \--- com.facebook.fresco:imagepipeline-base:2.6.0 (*) | \--- com.parse.bolts:bolts-tasks:1.4.0 +--- com.facebook.react:react-android -> 0.71.7 | +--- androidx.appcompat:appcompat-resources:1.4.1 (*) | +--- androidx.appcompat:appcompat:1.4.1 (*) | +--- androidx.autofill:autofill:1.1.0 | | \--- androidx.core:core:1.1.0 -> 1.7.0 (*) | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.interpolator:interpolator:1.0.0 (*) | +--- androidx.tracing:tracing:1.1.0 (*) | +--- com.facebook.fbjni:fbjni:0.3.0 (*) | +--- com.facebook.fresco:fresco:2.5.0 -> 2.6.0 (*) | +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0 | | +--- com.facebook.fresco:fbcore:2.5.0 -> 2.6.0 | | +--- com.facebook.fresco:imagepipeline:2.5.0 -> 2.6.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 -> 2.6.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 -> 2.6.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.5.0 -> 2.6.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.5.0 -> 2.6.0 (*) | | \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2 | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 | | | | +--- org.jetbrains:annotations:13.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 (*) | +--- com.facebook.fresco:ui-common:2.5.0 -> 2.6.0 (*) | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) | +--- com.facebook.soloader:soloader:0.10.4 (*) | +--- com.facebook.yoga:proguard-annotations:1.19.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.6.10 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | +--- com.squareup.okio:okio:2.9.0 (*) | +--- javax.inject:javax.inject:1 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) +--- com.facebook.react:hermes-android -> 0.71.7 | +--- com.facebook.fbjni:fbjni:0.3.0 (*) | +--- com.facebook.soloader:soloader:0.10.4 (*) | +--- com.facebook.yoga:proguard-annotations:1.19.0 | \--- androidx.annotation:annotation:1.3.0 +--- project :gurukumparan_react-native-android-inapp-updates | +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.71.7 (*) | \--- com.google.android.play:core:1.10.0 \--- project :instabug-reactnative +--- com.instabug.library:instabug:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 | | +--- io.reactivex.rxjava2:rxjava:2.2.19 | | | \--- org.reactivestreams:reactive-streams:1.0.3 | | +--- io.reactivex.rxjava2:rxandroid:2.0.2 | | | \--- io.reactivex.rxjava2:rxjava:2.1.9 -> 2.2.19 (*) | | +--- androidx.legacy:legacy-support-v4:1.0.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.media:media:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.loader:loader:1.0.0 (*) | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- 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 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) | | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) | | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.material:material:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | | +--- androidx.transition:transition:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.4.1 (*) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.recyclerview:recyclerview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- androidx.multidex:multidex:2.0.0 -> 2.0.1 | +--- com.instabug.library:instabug-survey:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | | \--- com.google.android.play:review:2.0.1 | | +--- com.google.android.gms:play-services-basement:18.1.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.gms:play-services-tasks:18.0.2 | | | \--- com.google.android.gms:play-services-basement:18.1.0 (*) | | \--- com.google.android.play:core-common:2.0.2 | +--- com.instabug.library:instabug-crash:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-chat:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-bug:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- com.instabug.library:instabug-chat:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-features-request:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-apm:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | \--- com.instabug.library:instabug-apm-okhttp-interceptor:11.11.0 | +--- com.squareup.okhttp3:logging-interceptor:3.4.1 | | \--- com.squareup.okhttp3:okhttp:3.4.1 -> 4.9.2 (*) | +--- com.instabug.library:instabug-apm:11.11.0 (*) | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.multidex:multidex:2.0.1 \--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.71.7 (*) debugWearApp - Link to a wear app to embed for object 'debug'. (n) No dependencies debugWearBundling - Resolved Configuration for wear app bundling for variant: debug No dependencies default - Configuration for default artifacts. (n) No dependencies implementation - Implementation only dependencies for 'main' sources. (n) +--- com.facebook.react:react-android (n) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (n) +--- com.facebook.react:hermes-android (n) +--- project gurukumparan_react-native-android-inapp-updates (n) \--- project instabug-reactnative (n) lintChecks - Configuration to apply external lint check jar No dependencies lintPublish - Configuration to publish external lint check jar No dependencies releaseAabPublication - Bundle Publication for release (n) No dependencies releaseAnnotationProcessor - Classpath for the annotation processor for 'release'. (n) No dependencies releaseAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: release No dependencies releaseApi - API dependencies for 'release' sources. (n) No dependencies releaseApiElements - API elements for release (n) No dependencies releaseApkPublication - APK publication for release (n) No dependencies releaseCompileClasspath - Resolved configuration for compilation for variant: release +--- com.facebook.react:react-android -> 0.71.7 | +--- androidx.appcompat:appcompat-resources:1.4.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.core:core:1.0.1 -> 1.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.annotation:annotation-experimental:1.1.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.1.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | \--- 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.3.0 | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.appcompat:appcompat:1.4.1 | | +--- androidx.annotation:annotation:1.3.0 | | +--- androidx.core:core:1.7.0 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.activity:activity:1.2.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 | | | | \--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.4.0 (*) | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 | | | | | +--- androidx.arch.core:core-runtime:2.0.0 -> 2.1.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | | | \--- androidx.arch.core:core-common:2.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.3.1 (*) | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.3.1 (*) | | | +--- androidx.activity:activity:1.2.4 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 | | +--- androidx.appcompat:appcompat-resources:1.4.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | \--- androidx.savedstate:savedstate:1.1.0 (*) | +--- androidx.autofill:autofill:1.1.0 | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.interpolator:interpolator:1.0.0 (*) | +--- androidx.tracing:tracing:1.1.0 | +--- com.facebook.fbjni:fbjni:0.3.0 | +--- com.facebook.fresco:fresco:2.5.0 | | +--- com.facebook.fresco:fbcore:2.5.0 | | +--- com.facebook.fresco:drawee:2.5.0 | | +--- com.facebook.fresco:imagepipeline:2.5.0 | | | \--- com.facebook.fresco:imagepipeline-base:2.5.0 | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 | | +--- com.facebook.fresco:memory-type-native:2.5.0 | | +--- com.facebook.fresco:memory-type-java:2.5.0 | | +--- com.facebook.fresco:nativeimagefilters:2.5.0 | | \--- com.facebook.fresco:nativeimagetranscoder:2.5.0 | +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0 | | \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2 | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 | | | | +--- org.jetbrains:annotations:13.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 (*) | +--- com.facebook.fresco:ui-common:2.5.0 | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 | +--- com.facebook.soloader:soloader:0.10.4 | | +--- com.facebook.soloader:annotation:0.10.4 | | \--- com.facebook.soloader:nativeloader:0.10.4 | +--- com.facebook.yoga:proguard-annotations:1.19.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.6.10 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | +--- com.squareup.okio:okio:2.9.0 (*) | +--- javax.inject:javax.inject:1 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) +--- com.facebook.react:hermes-android -> 0.71.7 +--- project :gurukumparan_react-native-android-inapp-updates +--- project :instabug-reactnative | \--- com.instabug.library:instabug:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 | | +--- io.reactivex.rxjava2:rxjava:2.2.19 | | | \--- org.reactivestreams:reactive-streams:1.0.3 | | +--- io.reactivex.rxjava2:rxandroid:2.0.2 | | | \--- io.reactivex.rxjava2:rxjava:2.1.9 -> 2.2.19 (*) | | +--- androidx.legacy:legacy-support-v4:1.0.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.media:media:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.loader:loader:1.0.0 (*) | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- 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 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) | | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) | | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.material:material:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | | +--- androidx.transition:transition:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.4.1 (*) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.recyclerview:recyclerview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.instabug.library:instabug-survey:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-crash:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-chat:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-bug:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- com.instabug.library:instabug-chat:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-features-request:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-apm:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | \--- com.instabug.library:instabug-apm-okhttp-interceptor:11.11.0 | +--- com.squareup.okhttp3:logging-interceptor:3.4.1 | | \--- com.squareup.okhttp3:okhttp:3.4.1 -> 4.9.2 (*) | +--- com.instabug.library:instabug-apm:11.11.0 (*) | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- com.facebook.react:react-android:{strictly 0.71.7} -> 0.71.7 (c) +--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- com.facebook.react:hermes-android:{strictly 0.71.7} -> 0.71.7 (c) +--- androidx.appcompat:appcompat-resources:{strictly 1.4.1} -> 1.4.1 (c) +--- androidx.appcompat:appcompat:{strictly 1.4.1} -> 1.4.1 (c) +--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.tracing:tracing:{strictly 1.1.0} -> 1.1.0 (c) +--- com.facebook.fbjni:fbjni:{strictly 0.3.0} -> 0.3.0 (c) +--- com.facebook.fresco:fresco:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:ui-common:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) +--- com.facebook.soloader:soloader:{strictly 0.10.4} -> 0.10.4 (c) +--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) +--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) +--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) +--- com.squareup.okhttp3:okhttp:{strictly 4.9.2} -> 4.9.2 (c) +--- com.squareup.okio:okio:{strictly 2.9.0} -> 2.9.0 (c) +--- javax.inject:javax.inject:{strictly 1} -> 1 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.6.10} -> 1.6.10 (c) +--- androidx.annotation:annotation:{strictly 1.3.0} -> 1.3.0 (c) +--- androidx.core:core:{strictly 1.7.0} -> 1.7.0 (c) +--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) +--- com.instabug.library:instabug:{strictly 11.11.0} -> 11.11.0 (c) +--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.activity:activity:{strictly 1.2.4} -> 1.2.4 (c) +--- androidx.fragment:fragment:{strictly 1.3.6} -> 1.3.6 (c) +--- androidx.drawerlayout:drawerlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.savedstate:savedstate:{strictly 1.1.0} -> 1.1.0 (c) +--- com.facebook.fresco:fbcore:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:drawee:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:imagepipeline:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:imagepipeline-native:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:memory-type-ashmem:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:memory-type-native:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:memory-type-java:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:nativeimagefilters:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:nativeimagetranscoder:{strictly 2.5.0} -> 2.5.0 (c) +--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) +--- com.facebook.soloader:annotation:{strictly 0.10.4} -> 0.10.4 (c) +--- com.facebook.soloader:nativeloader:{strictly 0.10.4} -> 0.10.4 (c) +--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 1.6.10} -> 1.6.10 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-common:{strictly 1.6.10} -> 1.6.10 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 1.6.10} -> 1.6.10 (c) +--- androidx.annotation:annotation-experimental:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.lifecycle:lifecycle-runtime:{strictly 2.4.0} -> 2.4.0 (c) +--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) +--- com.instabug.library:instabug-core:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-survey:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-crash:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-chat:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-bug:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-features-request:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-apm:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-apm-okhttp-interceptor:{strictly 11.11.0} -> 11.11.0 (c) +--- androidx.collection:collection:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.customview:customview:{strictly 1.0.0} -> 1.0.0 (c) +--- com.facebook.fresco:imagepipeline-base:{strictly 2.5.0} -> 2.5.0 (c) +--- org.jetbrains:annotations:{strictly 13.0} -> 13.0 (c) +--- androidx.lifecycle:lifecycle-common:{strictly 2.4.0} -> 2.4.0 (c) +--- androidx.arch.core:core-common:{strictly 2.1.0} -> 2.1.0 (c) +--- io.reactivex.rxjava2:rxjava:{strictly 2.2.19} -> 2.2.19 (c) +--- io.reactivex.rxjava2:rxandroid:{strictly 2.0.2} -> 2.0.2 (c) +--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) +--- com.google.android.material:material:{strictly 1.0.0} -> 1.0.0 (c) +--- com.squareup.okhttp3:logging-interceptor:{strictly 3.4.1} -> 3.4.1 (c) +--- androidx.lifecycle:lifecycle-livedata:{strictly 2.0.0} -> 2.0.0 (c) +--- org.reactivestreams:reactive-streams:{strictly 1.0.3} -> 1.0.3 (c) +--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.transition:transition:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.cardview:cardview:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.recyclerview:recyclerview:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.arch.core:core-runtime:{strictly 2.1.0} -> 2.1.0 (c) +--- androidx.documentfile:documentfile:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) \--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) releaseCompileOnly - Compile only dependencies for 'release' sources. (n) No dependencies releaseImplementation - Implementation only dependencies for 'release' sources. (n) No dependencies releaseReverseMetadataValues - Metadata Values dependencies for the base Split No dependencies releaseRuntimeClasspath - Resolved configuration for runtime for variant: release +--- com.facebook.react:react-android -> 0.71.7 | +--- androidx.appcompat:appcompat-resources:1.4.1 | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.core:core:1.0.1 -> 1.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.annotation:annotation-experimental:1.1.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 | | | | +--- androidx.arch.core:core-runtime:2.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | | \--- androidx.arch.core:core-common:2.1.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.1.0 (*) | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.concurrent:concurrent-futures:1.0.0 | | | +--- com.google.guava:listenablefuture:1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | \--- 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.3.0 | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.appcompat:appcompat:1.4.1 | | +--- androidx.annotation:annotation:1.3.0 | | +--- androidx.core:core:1.7.0 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.activity:activity:1.2.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.0.1 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 | | | | | +--- androidx.arch.core:core-common:2.1.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.1.0 (*) | | | | | \--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.4.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.tracing:tracing:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 | | | | | +--- androidx.arch.core:core-runtime:2.0.0 -> 2.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.3.1 (*) | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.3.1 (*) | | | +--- androidx.activity:activity:1.2.4 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 | | +--- androidx.appcompat:appcompat-resources:1.4.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | +--- androidx.emoji2:emoji2:1.0.0 | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.lifecycle:lifecycle-process:2.4.0 | | | | +--- androidx.lifecycle:lifecycle-runtime:2.4.0 (*) | | | | \--- androidx.startup:startup-runtime:1.0.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.1.0 (*) | | | +--- androidx.core:core:1.3.0 -> 1.7.0 (*) | | | \--- androidx.startup:startup-runtime:1.0.0 (*) | | +--- androidx.emoji2:emoji2-views-helper:1.0.0 | | | +--- androidx.emoji2:emoji2:1.0.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | \--- androidx.core:core:1.3.0 -> 1.7.0 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | \--- androidx.resourceinspection:resourceinspection-annotation:1.0.0 | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | +--- androidx.autofill:autofill:1.1.0 | | \--- androidx.core:core:1.1.0 -> 1.7.0 (*) | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.interpolator:interpolator:1.0.0 (*) | +--- androidx.tracing:tracing:1.1.0 (*) | +--- com.facebook.fbjni:fbjni:0.3.0 | | \--- com.facebook.soloader:nativeloader:0.10.3 -> 0.10.4 | +--- com.facebook.fresco:fresco:2.5.0 | | +--- com.facebook.fresco:soloader:2.5.0 | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.4 | | | +--- com.facebook.soloader:annotation:0.10.4 | | | \--- com.facebook.soloader:nativeloader:0.10.4 | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | +--- com.facebook.fresco:ui-common:2.5.0 | | | \--- com.facebook.fresco:fbcore:2.5.0 | | +--- com.facebook.fresco:fbcore:2.5.0 | | +--- com.facebook.fresco:drawee:2.5.0 | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | +--- com.facebook.fresco:imagepipeline:2.5.0 | | | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | | +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.4 | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | \--- com.facebook.fresco:imagepipeline-base:2.5.0 | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 | | | | +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.4 | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | | \--- com.facebook.fresco:fbcore:2.5.0 | | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 | | | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.4 (*) | | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | \--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | +--- com.facebook.fresco:memory-type-native:2.5.0 | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | | | \--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | +--- com.facebook.fresco:memory-type-java:2.5.0 | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | | \--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | | +--- com.facebook.fresco:ui-common:2.5.0 (*) | | | \--- com.facebook.fresco:middleware:2.5.0 | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | \--- com.facebook.fresco:ui-common:2.5.0 (*) | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.5.0 (*) | | +--- com.facebook.fresco:nativeimagefilters:2.5.0 | | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 (*) | | | +--- com.facebook.fresco:memory-type-native:2.5.0 (*) | | | +--- com.facebook.fresco:memory-type-java:2.5.0 (*) | | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | \--- com.facebook.fresco:fbcore:2.5.0 | | \--- com.facebook.fresco:nativeimagetranscoder:2.5.0 | | +--- com.facebook.fresco:imagepipeline-base:2.5.0 (*) | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | \--- com.facebook.fresco:fbcore:2.5.0 | +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0 | | +--- com.facebook.fresco:fbcore:2.5.0 | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.5.0 (*) | | \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2 | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 | | | | +--- org.jetbrains:annotations:13.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 (*) | +--- com.facebook.fresco:ui-common:2.5.0 (*) | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) | +--- com.facebook.soloader:soloader:0.10.4 (*) | +--- com.facebook.yoga:proguard-annotations:1.19.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.6.10 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | +--- com.squareup.okio:okio:2.9.0 (*) | +--- javax.inject:javax.inject:1 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) +--- com.facebook.react:hermes-android -> 0.71.7 | +--- com.facebook.fbjni:fbjni:0.3.0 (*) | +--- com.facebook.soloader:soloader:0.10.4 (*) | +--- com.facebook.yoga:proguard-annotations:1.19.0 | \--- androidx.annotation:annotation:1.3.0 +--- project :gurukumparan_react-native-android-inapp-updates | +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.71.7 (*) | \--- com.google.android.play:core:1.10.0 \--- project :instabug-reactnative +--- com.instabug.library:instabug:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 | | +--- io.reactivex.rxjava2:rxjava:2.2.19 | | | \--- org.reactivestreams:reactive-streams:1.0.3 | | +--- io.reactivex.rxjava2:rxandroid:2.0.2 | | | \--- io.reactivex.rxjava2:rxjava:2.1.9 -> 2.2.19 (*) | | +--- androidx.legacy:legacy-support-v4:1.0.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.media:media:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.loader:loader:1.0.0 (*) | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- 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 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) | | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) | | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.material:material:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | | +--- androidx.transition:transition:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.4.1 (*) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.recyclerview:recyclerview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- androidx.multidex:multidex:2.0.0 -> 2.0.1 | +--- com.instabug.library:instabug-survey:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | | \--- com.google.android.play:review:2.0.1 | | +--- com.google.android.gms:play-services-basement:18.1.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.gms:play-services-tasks:18.0.2 | | | \--- com.google.android.gms:play-services-basement:18.1.0 (*) | | \--- com.google.android.play:core-common:2.0.2 | +--- com.instabug.library:instabug-crash:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-chat:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-bug:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- com.instabug.library:instabug-chat:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-features-request:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-apm:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | \--- com.instabug.library:instabug-apm-okhttp-interceptor:11.11.0 | +--- com.squareup.okhttp3:logging-interceptor:3.4.1 | | \--- com.squareup.okhttp3:okhttp:3.4.1 -> 4.9.2 (*) | +--- com.instabug.library:instabug-apm:11.11.0 (*) | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.multidex:multidex:2.0.1 \--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.71.7 (*) releaseRuntimeElements - Runtime elements for release (n) No dependencies releaseRuntimeOnly - Runtime only dependencies for 'release' sources. (n) No dependencies releaseUnitTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: releaseUnitTest No dependencies releaseUnitTestCompileClasspath - Resolved configuration for compilation for variant: releaseUnitTest +--- com.facebook.react:react-android -> 0.71.7 | +--- androidx.appcompat:appcompat-resources:1.4.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.core:core:1.0.1 -> 1.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.annotation:annotation-experimental:1.1.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.1.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | \--- 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.3.0 | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.appcompat:appcompat:1.4.1 | | +--- androidx.annotation:annotation:1.3.0 | | +--- androidx.core:core:1.7.0 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.activity:activity:1.2.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 | | | | \--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.4.0 (*) | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 | | | | | +--- androidx.arch.core:core-runtime:2.0.0 -> 2.1.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | | | \--- androidx.arch.core:core-common:2.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.3.1 (*) | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.3.1 (*) | | | +--- androidx.activity:activity:1.2.4 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 | | +--- androidx.appcompat:appcompat-resources:1.4.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | \--- androidx.savedstate:savedstate:1.1.0 (*) | +--- androidx.autofill:autofill:1.1.0 | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.interpolator:interpolator:1.0.0 (*) | +--- androidx.tracing:tracing:1.1.0 | +--- com.facebook.fbjni:fbjni:0.3.0 | +--- com.facebook.fresco:fresco:2.5.0 | | +--- com.facebook.fresco:fbcore:2.5.0 | | +--- com.facebook.fresco:drawee:2.5.0 | | +--- com.facebook.fresco:imagepipeline:2.5.0 | | | \--- com.facebook.fresco:imagepipeline-base:2.5.0 | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 | | +--- com.facebook.fresco:memory-type-native:2.5.0 | | +--- com.facebook.fresco:memory-type-java:2.5.0 | | +--- com.facebook.fresco:nativeimagefilters:2.5.0 | | \--- com.facebook.fresco:nativeimagetranscoder:2.5.0 | +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0 | | \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2 | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 | | | | +--- org.jetbrains:annotations:13.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 (*) | +--- com.facebook.fresco:ui-common:2.5.0 | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 | +--- com.facebook.soloader:soloader:0.10.4 | | +--- com.facebook.soloader:annotation:0.10.4 | | \--- com.facebook.soloader:nativeloader:0.10.4 | +--- com.facebook.yoga:proguard-annotations:1.19.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.6.10 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | +--- com.squareup.okio:okio:2.9.0 (*) | +--- javax.inject:javax.inject:1 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) +--- com.facebook.react:hermes-android -> 0.71.7 +--- project :gurukumparan_react-native-android-inapp-updates +--- project :instabug-reactnative | \--- com.instabug.library:instabug:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 | | +--- io.reactivex.rxjava2:rxjava:2.2.19 | | | \--- org.reactivestreams:reactive-streams:1.0.3 | | +--- io.reactivex.rxjava2:rxandroid:2.0.2 | | | \--- io.reactivex.rxjava2:rxjava:2.1.9 -> 2.2.19 (*) | | +--- androidx.legacy:legacy-support-v4:1.0.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.media:media:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.loader:loader:1.0.0 (*) | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- 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 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) | | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) | | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.material:material:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | | +--- androidx.transition:transition:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.4.1 (*) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.recyclerview:recyclerview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.instabug.library:instabug-survey:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-crash:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-chat:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-bug:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- com.instabug.library:instabug-chat:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-features-request:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-apm:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | \--- com.instabug.library:instabug-apm-okhttp-interceptor:11.11.0 | +--- com.squareup.okhttp3:logging-interceptor:3.4.1 | | \--- com.squareup.okhttp3:okhttp:3.4.1 -> 4.9.2 (*) | +--- com.instabug.library:instabug-apm:11.11.0 (*) | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- project :app (*) +--- com.facebook.react:react-android:{strictly 0.71.7} -> 0.71.7 (c) +--- androidx.swiperefreshlayout:swiperefreshlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- com.facebook.react:hermes-android:{strictly 0.71.7} -> 0.71.7 (c) +--- androidx.appcompat:appcompat-resources:{strictly 1.4.1} -> 1.4.1 (c) +--- androidx.appcompat:appcompat:{strictly 1.4.1} -> 1.4.1 (c) +--- androidx.autofill:autofill:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.tracing:tracing:{strictly 1.1.0} -> 1.1.0 (c) +--- com.facebook.fbjni:fbjni:{strictly 0.3.0} -> 0.3.0 (c) +--- com.facebook.fresco:fresco:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:imagepipeline-okhttp3:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:ui-common:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.infer.annotation:infer-annotation:{strictly 0.18.0} -> 0.18.0 (c) +--- com.facebook.soloader:soloader:{strictly 0.10.4} -> 0.10.4 (c) +--- com.facebook.yoga:proguard-annotations:{strictly 1.19.0} -> 1.19.0 (c) +--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c) +--- com.squareup.okhttp3:okhttp-urlconnection:{strictly 4.9.2} -> 4.9.2 (c) +--- com.squareup.okhttp3:okhttp:{strictly 4.9.2} -> 4.9.2 (c) +--- com.squareup.okio:okio:{strictly 2.9.0} -> 2.9.0 (c) +--- javax.inject:javax.inject:{strictly 1} -> 1 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.6.10} -> 1.6.10 (c) +--- androidx.annotation:annotation:{strictly 1.3.0} -> 1.3.0 (c) +--- androidx.core:core:{strictly 1.7.0} -> 1.7.0 (c) +--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c) +--- com.instabug.library:instabug:{strictly 11.11.0} -> 11.11.0 (c) +--- androidx.vectordrawable:vectordrawable:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.vectordrawable:vectordrawable-animated:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.cursoradapter:cursoradapter:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.activity:activity:{strictly 1.2.4} -> 1.2.4 (c) +--- androidx.fragment:fragment:{strictly 1.3.6} -> 1.3.6 (c) +--- androidx.drawerlayout:drawerlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.savedstate:savedstate:{strictly 1.1.0} -> 1.1.0 (c) +--- com.facebook.fresco:fbcore:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:drawee:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:imagepipeline:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:imagepipeline-native:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:memory-type-ashmem:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:memory-type-native:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:memory-type-java:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:nativeimagefilters:{strictly 2.5.0} -> 2.5.0 (c) +--- com.facebook.fresco:nativeimagetranscoder:{strictly 2.5.0} -> 2.5.0 (c) +--- org.jetbrains.kotlin:kotlin-annotations-jvm:{strictly 1.3.72} -> 1.3.72 (c) +--- com.facebook.soloader:annotation:{strictly 0.10.4} -> 0.10.4 (c) +--- com.facebook.soloader:nativeloader:{strictly 0.10.4} -> 0.10.4 (c) +--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 1.6.10} -> 1.6.10 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-common:{strictly 1.6.10} -> 1.6.10 (c) +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 1.6.10} -> 1.6.10 (c) +--- androidx.annotation:annotation-experimental:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.lifecycle:lifecycle-runtime:{strictly 2.4.0} -> 2.4.0 (c) +--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c) +--- com.instabug.library:instabug-core:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-survey:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-crash:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-chat:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-bug:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-features-request:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-apm:{strictly 11.11.0} -> 11.11.0 (c) +--- com.instabug.library:instabug-apm-okhttp-interceptor:{strictly 11.11.0} -> 11.11.0 (c) +--- androidx.collection:collection:{strictly 1.1.0} -> 1.1.0 (c) +--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.3.1} -> 2.3.1 (c) +--- androidx.customview:customview:{strictly 1.0.0} -> 1.0.0 (c) +--- com.facebook.fresco:imagepipeline-base:{strictly 2.5.0} -> 2.5.0 (c) +--- org.jetbrains:annotations:{strictly 13.0} -> 13.0 (c) +--- androidx.lifecycle:lifecycle-common:{strictly 2.4.0} -> 2.4.0 (c) +--- androidx.arch.core:core-common:{strictly 2.1.0} -> 2.1.0 (c) +--- io.reactivex.rxjava2:rxjava:{strictly 2.2.19} -> 2.2.19 (c) +--- io.reactivex.rxjava2:rxandroid:{strictly 2.0.2} -> 2.0.2 (c) +--- androidx.legacy:legacy-support-v4:{strictly 1.0.0} -> 1.0.0 (c) +--- com.google.android.material:material:{strictly 1.0.0} -> 1.0.0 (c) +--- com.squareup.okhttp3:logging-interceptor:{strictly 3.4.1} -> 3.4.1 (c) +--- androidx.lifecycle:lifecycle-livedata:{strictly 2.0.0} -> 2.0.0 (c) +--- org.reactivestreams:reactive-streams:{strictly 1.0.3} -> 1.0.3 (c) +--- androidx.media:media:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.legacy:legacy-support-core-ui:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.transition:transition:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.cardview:cardview:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.recyclerview:recyclerview:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.arch.core:core-runtime:{strictly 2.1.0} -> 2.1.0 (c) +--- androidx.documentfile:documentfile:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.coordinatorlayout:coordinatorlayout:{strictly 1.0.0} -> 1.0.0 (c) +--- androidx.slidingpanelayout:slidingpanelayout:{strictly 1.0.0} -> 1.0.0 (c) \--- androidx.asynclayoutinflater:asynclayoutinflater:{strictly 1.0.0} -> 1.0.0 (c) releaseUnitTestRuntimeClasspath - Resolved configuration for runtime for variant: releaseUnitTest +--- project :app (*) +--- com.facebook.react:react-android -> 0.71.7 | +--- androidx.appcompat:appcompat-resources:1.4.1 | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.core:core:1.0.1 -> 1.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.annotation:annotation-experimental:1.1.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 | | | | +--- androidx.arch.core:core-runtime:2.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | | \--- androidx.arch.core:core-common:2.1.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.1.0 (*) | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.concurrent:concurrent-futures:1.0.0 | | | +--- com.google.guava:listenablefuture:1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | \--- 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.3.0 | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.appcompat:appcompat:1.4.1 | | +--- androidx.annotation:annotation:1.3.0 | | +--- androidx.core:core:1.7.0 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.activity:activity:1.2.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.1.0 -> 1.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.savedstate:savedstate:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | +--- androidx.arch.core:core-common:2.0.1 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.4.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 | | | | | +--- androidx.arch.core:core-common:2.1.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.1.0 (*) | | | | | \--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.4.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.tracing:tracing:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 | | | | | +--- androidx.arch.core:core-runtime:2.0.0 -> 2.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.3.1 (*) | | | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.3.1 (*) | | | +--- androidx.activity:activity:1.2.4 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.1.0 | | +--- androidx.appcompat:appcompat-resources:1.4.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | +--- androidx.savedstate:savedstate:1.1.0 (*) | | +--- androidx.emoji2:emoji2:1.0.0 | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 | | | +--- androidx.lifecycle:lifecycle-process:2.4.0 | | | | +--- androidx.lifecycle:lifecycle-runtime:2.4.0 (*) | | | | \--- androidx.startup:startup-runtime:1.0.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.1.0 (*) | | | +--- androidx.core:core:1.3.0 -> 1.7.0 (*) | | | \--- androidx.startup:startup-runtime:1.0.0 (*) | | +--- androidx.emoji2:emoji2-views-helper:1.0.0 | | | +--- androidx.emoji2:emoji2:1.0.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | \--- androidx.core:core:1.3.0 -> 1.7.0 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.4.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*) | | \--- androidx.resourceinspection:resourceinspection-annotation:1.0.0 | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 | +--- androidx.autofill:autofill:1.1.0 | | \--- androidx.core:core:1.1.0 -> 1.7.0 (*) | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | \--- androidx.interpolator:interpolator:1.0.0 (*) | +--- androidx.tracing:tracing:1.1.0 (*) | +--- com.facebook.fbjni:fbjni:0.3.0 | | \--- com.facebook.soloader:nativeloader:0.10.3 -> 0.10.4 | +--- com.facebook.fresco:fresco:2.5.0 | | +--- com.facebook.fresco:soloader:2.5.0 | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.4 | | | +--- com.facebook.soloader:annotation:0.10.4 | | | \--- com.facebook.soloader:nativeloader:0.10.4 | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | +--- com.facebook.fresco:ui-common:2.5.0 | | | \--- com.facebook.fresco:fbcore:2.5.0 | | +--- com.facebook.fresco:fbcore:2.5.0 | | +--- com.facebook.fresco:drawee:2.5.0 | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | +--- com.facebook.fresco:imagepipeline:2.5.0 | | | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | | +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.4 | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | \--- com.facebook.fresco:imagepipeline-base:2.5.0 | | | | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 | | | | | +--- com.google.code.findbugs:jsr305:3.0.1 -> 3.0.2 | | | | | \--- org.jetbrains.kotlin:kotlin-annotations-jvm:1.3.72 | | | | +--- com.facebook.soloader:annotation:0.10.1 -> 0.10.4 | | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | | \--- com.facebook.fresco:fbcore:2.5.0 | | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 | | | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | \--- com.facebook.soloader:soloader:0.10.1 -> 0.10.4 (*) | | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | \--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | +--- com.facebook.fresco:memory-type-native:2.5.0 | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | | | \--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | +--- com.facebook.fresco:memory-type-java:2.5.0 | | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | | \--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | | +--- com.facebook.fresco:ui-common:2.5.0 (*) | | | \--- com.facebook.fresco:middleware:2.5.0 | | | +--- com.facebook.fresco:fbcore:2.5.0 | | | \--- com.facebook.fresco:ui-common:2.5.0 (*) | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.5.0 (*) | | +--- com.facebook.fresco:nativeimagefilters:2.5.0 | | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 (*) | | | +--- com.facebook.fresco:memory-type-native:2.5.0 (*) | | | +--- com.facebook.fresco:memory-type-java:2.5.0 (*) | | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | | \--- com.facebook.fresco:fbcore:2.5.0 | | \--- com.facebook.fresco:nativeimagetranscoder:2.5.0 | | +--- com.facebook.fresco:imagepipeline-base:2.5.0 (*) | | +--- com.facebook.soloader:nativeloader:0.10.1 -> 0.10.4 | | +--- com.parse.bolts:bolts-tasks:1.4.0 | | \--- com.facebook.fresco:fbcore:2.5.0 | +--- com.facebook.fresco:imagepipeline-okhttp3:2.5.0 | | +--- com.facebook.fresco:fbcore:2.5.0 | | +--- com.facebook.fresco:imagepipeline:2.5.0 (*) | | +--- com.facebook.fresco:imagepipeline-native:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-ashmem:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-native:2.5.0 (*) | | +--- com.facebook.fresco:memory-type-java:2.5.0 (*) | | \--- com.squareup.okhttp3:okhttp:3.12.1 -> 4.9.2 | | +--- com.squareup.okio:okio:2.8.0 -> 2.9.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 | | | | +--- org.jetbrains:annotations:13.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.10 | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 -> 1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.6.10 (*) | +--- com.facebook.fresco:ui-common:2.5.0 (*) | +--- com.facebook.infer.annotation:infer-annotation:0.18.0 (*) | +--- com.facebook.soloader:soloader:0.10.4 (*) | +--- com.facebook.yoga:proguard-annotations:1.19.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 | | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 -> 1.6.10 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10 | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | +--- com.squareup.okhttp3:okhttp:4.9.2 (*) | +--- com.squareup.okio:okio:2.9.0 (*) | +--- javax.inject:javax.inject:1 | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) +--- com.facebook.react:hermes-android -> 0.71.7 | +--- com.facebook.fbjni:fbjni:0.3.0 (*) | +--- com.facebook.soloader:soloader:0.10.4 (*) | +--- com.facebook.yoga:proguard-annotations:1.19.0 | \--- androidx.annotation:annotation:1.3.0 +--- project :gurukumparan_react-native-android-inapp-updates | +--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.71.7 (*) | \--- com.google.android.play:core:1.10.0 \--- project :instabug-reactnative +--- com.instabug.library:instabug:11.11.0 | +--- com.instabug.library:instabug-core:11.11.0 | | +--- io.reactivex.rxjava2:rxjava:2.2.19 | | | \--- org.reactivestreams:reactive-streams:1.0.3 | | +--- io.reactivex.rxjava2:rxandroid:2.0.2 | | | \--- io.reactivex.rxjava2:rxjava:2.1.9 -> 2.2.19 (*) | | +--- androidx.legacy:legacy-support-v4:1.0.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.media:media:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.loader:loader:1.0.0 (*) | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | +--- 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 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 (*) | | | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 (*) | | | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.material:material:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | | +--- androidx.transition:transition:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | | \--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | +--- androidx.appcompat:appcompat:1.0.0 -> 1.4.1 (*) | | | +--- androidx.cardview:cardview:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | \--- androidx.recyclerview:recyclerview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 | | | +--- androidx.core:core:1.0.0 -> 1.7.0 (*) | | | \--- androidx.legacy:legacy-support-core-ui:1.0.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 (*) | | \--- androidx.multidex:multidex:2.0.0 -> 2.0.1 | +--- com.instabug.library:instabug-survey:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | | \--- com.google.android.play:review:2.0.1 | | +--- com.google.android.gms:play-services-basement:18.1.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.core:core:1.2.0 -> 1.7.0 (*) | | | \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*) | | +--- com.google.android.gms:play-services-tasks:18.0.2 | | | \--- com.google.android.gms:play-services-basement:18.1.0 (*) | | \--- com.google.android.play:core-common:2.0.2 | +--- com.instabug.library:instabug-crash:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-chat:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-bug:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | +--- com.instabug.library:instabug-chat:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-features-request:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | +--- com.instabug.library:instabug-apm:11.11.0 | | +--- com.instabug.library:instabug-core:11.11.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) | \--- com.instabug.library:instabug-apm-okhttp-interceptor:11.11.0 | +--- com.squareup.okhttp3:logging-interceptor:3.4.1 | | \--- com.squareup.okhttp3:okhttp:3.4.1 -> 4.9.2 (*) | +--- com.instabug.library:instabug-apm:11.11.0 (*) | +--- com.instabug.library:instabug-core:11.11.0 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 (*) +--- androidx.multidex:multidex:2.0.1 \--- com.facebook.react:react-native:+ -> com.facebook.react:react-android:0.71.7 (*) releaseWearApp - Link to a wear app to embed for object 'release'. (n) No dependencies releaseWearBundling - Resolved Configuration for wear app bundling for variant: release No dependencies runtimeOnly - Runtime only dependencies for 'main' sources. (n) No dependencies testAnnotationProcessor - Classpath for the annotation processor for 'test'. (n) No dependencies testCompileOnly - Compile only dependencies for 'test' sources. (n) No dependencies testDebugAnnotationProcessor - Classpath for the annotation processor for 'testDebug'. (n) No dependencies testDebugCompileOnly - Compile only dependencies for 'testDebug' sources. (n) No dependencies testDebugImplementation - Implementation only dependencies for 'testDebug' sources. (n) No dependencies testDebugRuntimeOnly - Runtime only dependencies for 'testDebug' sources. (n) No dependencies testDebugWearApp - Link to a wear app to embed for object 'testDebug'. (n) No dependencies testFixturesAnnotationProcessor - Classpath for the annotation processor for 'testFixtures'. (n) No dependencies testFixturesApi - API dependencies for 'testFixtures' sources. (n) No dependencies testFixturesCompileOnly - Compile only dependencies for 'testFixtures' sources. (n) No dependencies testFixturesDebugAnnotationProcessor - Classpath for the annotation processor for 'testFixturesDebug'. (n) No dependencies testFixturesDebugApi - API dependencies for 'testFixturesDebug' sources. (n) No dependencies testFixturesDebugCompileOnly - Compile only dependencies for 'testFixturesDebug' sources. (n) No dependencies testFixturesDebugImplementation - Implementation only dependencies for 'testFixturesDebug' sources. (n) No dependencies testFixturesDebugRuntimeOnly - Runtime only dependencies for 'testFixturesDebug' sources. (n) No dependencies testFixturesDebugWearApp - Link to a wear app to embed for object 'testFixturesDebug'. (n) No dependencies testFixturesImplementation - Implementation only dependencies for 'testFixtures' sources. (n) No dependencies testFixturesReleaseAnnotationProcessor - Classpath for the annotation processor for 'testFixturesRelease'. (n) No dependencies testFixturesReleaseApi - API dependencies for 'testFixturesRelease' sources. (n) No dependencies testFixturesReleaseCompileOnly - Compile only dependencies for 'testFixturesRelease' sources. (n) No dependencies testFixturesReleaseImplementation - Implementation only dependencies for 'testFixturesRelease' sources. (n) No dependencies testFixturesReleaseRuntimeOnly - Runtime only dependencies for 'testFixturesRelease' sources. (n) No dependencies testFixturesReleaseWearApp - Link to a wear app to embed for object 'testFixturesRelease'. (n) No dependencies testFixturesRuntimeOnly - Runtime only dependencies for 'testFixtures' sources. (n) No dependencies testFixturesWearApp - Link to a wear app to embed for object 'testFixtures'. (n) No dependencies testImplementation - Implementation only dependencies for 'test' sources. (n) No dependencies testReleaseAnnotationProcessor - Classpath for the annotation processor for 'testRelease'. (n) No dependencies testReleaseCompileOnly - Compile only dependencies for 'testRelease' sources. (n) No dependencies testReleaseImplementation - Implementation only dependencies for 'testRelease' sources. (n) No dependencies testReleaseRuntimeOnly - Runtime only dependencies for 'testRelease' sources. (n) No dependencies testReleaseWearApp - Link to a wear app to embed for object 'testRelease'. (n) No dependencies testRuntimeOnly - Runtime only dependencies for 'test' sources. (n) No dependencies testWearApp - Link to a wear app to embed for object 'test'. (n) No dependencies wearApp - Link to a wear app to embed for object 'main'. (n) No dependencies (c) - dependency constraint (*) - dependencies omitted (listed previously) (n) - Not resolved (configuration is not meant to be resolved) ```
retyui commented 1 year ago

Tried to use android/app/build.gradle seem it fixing the issue, but am not sure

dependencies {
    implementation(project(":instabug-reactnative")){
        exclude group: 'com.google.android.play', module: 'core-common'
        exclude group: 'com.google.android.play', module: 'review'
    }
a7medev commented 1 year ago

@retyui It doesn't look like an issue with our SDK, it's just that react-native-android-inapp-updates has some dependencies that conflict with our SDK's dependencies. Glad you found your way around it! 🎉

retyui commented 1 year ago

from my point of view it's your issue

because 10.x.x version works well instead of 11.x.x

a7medev commented 1 year ago

@retyui This is because we updated these conflicting dependencies to the latest versions while react-native-android-inapp-updates still uses older versions. You should open a PR or an issue on their repo for updating these dependencies to the latest instead.

trickeyd commented 1 year ago

Same issue here, thanks for the fix