Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] dependency to rxjava since 17.0.0 #4027

Closed
CoreFloDev opened this issue Jul 20, 2021 · 3 comments · Fixed by #4035
Closed

[BUG] dependency to rxjava since 17.0.0 #4027

CoreFloDev opened this issue Jul 20, 2021 · 3 comments · Fixed by #4035
Labels
PaymentSheet triaged Issue has been reviewed by Stripe and is being tracked internally

Comments

@CoreFloDev
Copy link

Hi,

It looks like you added a dependency to rxjava since the version 17.0.0 that comes via androidx.compose.runtime:runtime-rxjava2:1.0.0-rc02 but as far as I can see there isn't any api provided for Rxjava so why include it? is it just a copy paste?

it seems to come from com.stripe:paymentsheet:17.0.0

+--- com.stripe:stripe-android:17.0.0
|    +--- com.stripe:payments-core:17.0.0
|    |    +--- androidx.databinding:viewbinding:4.2.2 -> 7.0.0-beta05 (*)
|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.5.10
|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.5.10
|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    +--- com.stripe:paymentsheet:17.0.0
|    |    |    +--- androidx.databinding:viewbinding:4.2.2 -> 7.0.0-beta05 (*)
|    |    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.5.10 (*)
|    |    |    +--- androidx.fragment:fragment-ktx:1.3.4 -> 1.3.5
|    |    |    |    +--- androidx.fragment:fragment:1.3.5 (*)
|    |    |    |    +--- androidx.activity:activity-ktx:1.2.2 -> 1.3.0-rc02
|    |    |    |    |    +--- androidx.activity:activity:1.3.0-rc02 (*)
|    |    |    |    |    +--- androidx.core:core-ktx:1.1.0 -> 1.6.0 (*)
|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.3.1
|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.3.1 (*)
|    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.5.21 (*)
|    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1 -> 1.5.1
|    |    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1 (*)
|    |    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.20 -> 1.5.21 (*)
|    |    |    |    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.2.0
|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1
|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 (*)
|    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.5.21 (*)
|    |    |    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1 -> 1.5.1 (*)
|    |    |    |    |    +--- androidx.savedstate:savedstate-ktx:1.1.0
|    |    |    |    |    |    +--- androidx.savedstate:savedstate:1.1.0 (*)
|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.5.21 (*)
|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    +--- androidx.core:core-ktx:1.1.0 -> 1.6.0 (*)
|    |    |    |    +--- androidx.collection:collection-ktx:1.1.0
|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.5.21 (*)
|    |    |    |    |    \--- androidx.collection:collection:1.1.0 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.1
|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 (*)
|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.5.21 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 (*)
|    |    |    |    +--- androidx.savedstate:savedstate-ktx:1.1.0 (*)
|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.5.21 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.3.1
|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.3.1 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.3.1 (*)
|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.20 -> 1.5.21 (*)
|    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1 -> 1.5.1 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*)
|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2
|    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.2.2
|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.20 -> 1.5.21
|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2
|    |    |    |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.2.2
|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.20 -> 1.5.21 (*)
|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.20 -> 1.5.21
|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.20 -> 1.5.21 (*)
|    |    |    +--- androidx.compose.ui:ui:1.0.0-rc02
|    |    |    |    +--- androidx.compose.runtime:runtime-saveable:1.0.0-rc02
|    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02
|    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0 -> 1.5.1 (*)
|    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    +--- androidx.compose.ui:ui-geometry:1.0.0-rc02
|    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.ui:ui-util:1.0.0-rc02
|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    +--- androidx.compose.ui:ui-graphics:1.0.0-rc02
|    |    |    |    |    +--- androidx.annotation:annotation:1.2.0
|    |    |    |    |    +--- androidx.compose.ui:ui-unit:1.0.0-rc02
|    |    |    |    |    |    +--- androidx.compose.ui:ui-geometry:1.0.0-rc02 (*)
|    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    |    \--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.10 -> 1.5.21
|    |    |    |    +--- androidx.compose.ui:ui-text:1.0.0-rc02
|    |    |    |    |    +--- androidx.compose.ui:ui-graphics:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.ui:ui-unit:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.10 -> 1.5.21
|    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.runtime:runtime-saveable:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    |    +--- androidx.collection:collection:1.1.0 (*)
|    |    |    |    |    \--- androidx.core:core:1.5.0-rc02 -> 1.6.0 (*)
|    |    |    |    +--- androidx.compose.ui:ui-unit:1.0.0-rc02 (*)
|    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.10 -> 1.5.21
|    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 -> 1.5.1 (*)
|    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    +--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    +--- androidx.autofill:autofill:1.0.0
|    |    |    |    |    \--- androidx.core:core:1.1.0 -> 1.6.0 (*)
|    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0 -> 1.5.1 (*)
|    |    |    |    +--- androidx.savedstate:savedstate:1.1.0 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.3.0 -> 2.3.1
|    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.3.1 (*)
|    |    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.3.0 -> 2.3.1 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.3.0 -> 2.3.1 (*)
|    |    |    |    \--- androidx.profileinstaller:profileinstaller:1.0.0-rc02
|    |    |    |         +--- androidx.annotation:annotation:1.2.0
|    |    |    |         \--- androidx.startup:startup-runtime:1.0.0
|    |    |    |              +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |              \--- androidx.tracing:tracing:1.0.0 (*)
|    |    |    +--- androidx.compose.ui:ui-tooling:1.0.0-rc02
|    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    +--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    |    +--- androidx.compose.ui:ui-tooling-preview:1.0.0-rc02
|    |    |    |    |    +--- androidx.annotation:annotation:1.2.0
|    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    +--- androidx.compose.ui:ui-tooling-data:1.0.0-rc02
|    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    +--- androidx.compose.material:material:1.0.0-rc02
|    |    |    |    |    +--- androidx.compose.animation:animation-core:1.0.0-rc02
|    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 -> 1.5.1 (*)
|    |    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    |    +--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    |    |    |    +--- androidx.compose.ui:ui-unit:1.0.0-rc02 (*)
|    |    |    |    |    |    +--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    |    +--- androidx.compose.foundation:foundation:1.0.0-rc02
|    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    |    +--- androidx.compose.animation:animation:1.0.0-rc02
|    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    |    |    +--- androidx.compose.animation:animation-core:1.0.0-rc02 (*)
|    |    |    |    |    |    |    +--- androidx.compose.foundation:foundation-layout:1.0.0-rc02
|    |    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.2.0
|    |    |    |    |    |    |    |    +--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    |    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    |    |    |    +--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.10 -> 1.5.21
|    |    |    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    |    |    +--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    |    |    |    |    +--- androidx.compose.ui:ui-geometry:1.0.0-rc02 (*)
|    |    |    |    |    |    |    +--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.10 -> 1.5.21
|    |    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    |    +--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.10 -> 1.5.21
|    |    |    |    |    |    +--- androidx.compose.foundation:foundation-layout:1.0.0-rc02 (*)
|    |    |    |    |    |    +--- androidx.compose.ui:ui-text:1.0.0-rc02 (*)
|    |    |    |    |    |    \--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.material:material-icons-core:1.0.0-rc02
|    |    |    |    |    |    +--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    |    +--- androidx.compose.material:material-ripple:1.0.0-rc02
|    |    |    |    |    |    +--- androidx.compose.foundation:foundation:1.0.0-rc02 (*)
|    |    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.10 -> 1.5.21
|    |    |    |    |    |    +--- androidx.compose.animation:animation:1.0.0-rc02 (*)
|    |    |    |    |    |    \--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.ui:ui-text:1.0.0-rc02 (*)
|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.10 -> 1.5.21
|    |    |    |    |    +--- androidx.compose.animation:animation:1.0.0-rc02 (*)
|    |    |    |    |    +--- androidx.compose.foundation:foundation-layout:1.0.0-rc02 (*)
|    |    |    |    |    \--- androidx.compose.ui:ui-util:1.0.0-rc02 (*)
|    |    |    |    \--- androidx.activity:activity-compose:1.3.0-rc02
|    |    |    |         +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |         +--- androidx.compose.runtime:runtime-saveable:1.0.0-rc02 (*)
|    |    |    |         +--- androidx.activity:activity-ktx:1.3.0-rc02 (*)
|    |    |    |         +--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    +--- androidx.compose.foundation:foundation:1.0.0-rc02 (*)
|    |    |    +--- androidx.compose.material:material:1.0.0-rc02 (*)
|    |    |    +--- androidx.compose.material:material-icons-core:1.0.0-rc02 (*)
|    |    |    +--- androidx.compose.material:material-icons-extended:1.0.0-rc02
|    |    |    |    +--- androidx.compose.material:material-icons-core:1.0.0-rc02 (*)
|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.10 -> 1.5.21
|    |    |    |    \--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    +--- androidx.activity:activity-compose:1.3.0-rc02 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07
|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0 -> 2.3.1 (*)
|    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-beta09 -> 1.0.0-rc02 (*)
|    |    |    |    +--- androidx.compose.ui:ui:1.0.0-beta09 -> 1.0.0-rc02 (*)
|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    +--- androidx.compose.runtime:runtime-livedata:1.0.0-rc02
|    |    |    |    +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.2.0 -> 2.3.1 (*)
|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    |    |    \--- androidx.compose.ui:ui:1.0.0-rc02 (*)
|    |    |    \--- androidx.compose.runtime:runtime-rxjava2:1.0.0-rc02      **<-- here**
|    |    |         +--- androidx.compose.runtime:runtime:1.0.0-rc02 (*)
|    |    |         +--- io.reactivex.rxjava2:rxjava:2.2.9 -> 2.2.20 (*)
|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.5.21 (*)
|    |    +--- androidx.annotation:annotation:1.2.0
|    |    +--- androidx.appcompat:appcompat:1.3.0 (*)
|    |    +--- androidx.browser:browser:1.3.0 (*)
|    |    +--- androidx.recyclerview:recyclerview:1.2.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.3.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 (*)
|    |    +--- androidx.fragment:fragment-ktx:1.3.4 -> 1.3.5 (*)
|    |    +--- androidx.constraintlayout:constraintlayout:2.0.4 (*)
|    |    +--- androidx.activity:activity-ktx:1.2.3 -> 1.3.0-rc02 (*)
|    |    +--- com.google.android.gms:play-services-wallet:18.1.3
|    |    |    +--- androidx.fragment:fragment:1.0.0 -> 1.3.5 (*)
|    |    |    +--- com.google.android.gms:play-services-base:17.5.0
|    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    |    |    +--- androidx.core:core:1.2.0 -> 1.6.0 (*)
|    |    |    |    +--- androidx.fragment:fragment:1.0.0 -> 1.3.5 (*)
|    |    |    |    +--- com.google.android.gms:play-services-basement:17.5.0
|    |    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    |    |    |    +--- androidx.core:core:1.2.0 -> 1.6.0 (*)
|    |    |    |    |    \--- androidx.fragment:fragment:1.0.0 -> 1.3.5 (*)
|    |    |    |    \--- com.google.android.gms:play-services-tasks:17.2.0
|    |    |    |         \--- com.google.android.gms:play-services-basement:17.4.0 -> 17.5.0 (*)
|    |    |    +--- com.google.android.gms:play-services-basement:17.5.0 (*)
|    |    |    +--- com.google.android.gms:play-services-identity:17.0.0
|    |    |    |    +--- com.google.android.gms:play-services-base:17.0.0 -> 17.5.0 (*)
|    |    |    |    \--- com.google.android.gms:play-services-basement:17.0.0 -> 17.5.0 (*)
|    |    |    +--- com.google.android.gms:play-services-maps:17.0.0
|    |    |    |    +--- androidx.fragment:fragment:1.0.0 -> 1.3.5 (*)
|    |    |    |    +--- com.google.android.gms:play-services-base:17.0.0 -> 17.5.0 (*)
|    |    |    |    \--- com.google.android.gms:play-services-basement:17.0.0 -> 17.5.0 (*)
|    |    |    \--- com.google.android.gms:play-services-tasks:17.0.0 -> 17.2.0 (*)
|    |    +--- com.google.android.material:material:1.4.0 (*)
|    |    +--- com.google.dagger:dagger:2.37 (*)
|    |    +--- com.stripe:stripe-3ds2-android:6.1.1
|    |    |    +--- androidx.databinding:viewbinding:4.2.1 -> 7.0.0-beta05 (*)
|    |    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.5.10 (*)
|    |    |    +--- androidx.appcompat:appcompat:1.3.0 (*)
|    |    |    +--- com.google.android.material:material:1.4.0 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.3.1 (*)
|    |    |    +--- androidx.core:core-ktx:1.6.0 (*)
|    |    |    +--- androidx.activity:activity-ktx:1.2.3 -> 1.3.0-rc02 (*)
|    |    |    +--- androidx.fragment:fragment-ktx:1.3.5 (*)
|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.10 -> 1.5.21 (*)
|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1 (*)
|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1 (*)
|    |    |    +--- org.bouncycastle:bcprov-jdk15to18:1.69
|    |    |    \--- com.nimbusds:nimbus-jose-jwt:9.11.1
|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.10 -> 1.5.21 (*)
|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1 (*)
|    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1 (*)
|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.10 -> 1.5.21 (*)

Thanks,
Flo

@michelleb-stripe
Copy link
Contributor

Yes, paymentsheet is using compose, in a future release we hope to change the dependency so that core doesn't depend on payment sheet.

@CoreFloDev
Copy link
Author

compose is fine, the part I don't get is why it is using rxjava, as you don't seems to use it internally

@brnunes-stripe
Copy link
Contributor

Hi @CoreFloDev, you are correct, thanks for raising! Fixing in #4035.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PaymentSheet triaged Issue has been reviewed by Stripe and is being tracked internally
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants