-
Notifications
You must be signed in to change notification settings - Fork 136
[WOOMOB-1647] Card reader - convert to Kotlin coroutines using stripeterminal-ktx #15053
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
[WOOMOB-1647] Card reader - convert to Kotlin coroutines using stripeterminal-ktx #15053
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
|
|
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
…pr5-kotlin-coroutines
Updated tests to match actual ViewModel behavior where ProcessingPayment keeps Checkout state with ReadyForPayment reader status, while PaymentCapturing triggers PaymentInProgress view state.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @kidinov, are you able to collect TTP payment on your physical device? I'm testing with wasabiRelease build variant and I'm getting the following error:
com.stripe.stripeterminal.external.models.TerminalException: Developer Options must not be enabled when using the production version of the Tap to Pay reader. Please use a simulated version of the reader by setting `TapToPayDiscoveryConfiguration.isSimulated` to true.
At the same time, on trunk it works fine:
| trunk | woomob-1647-pr5-kotlin-coroutines |
|---|---|
Screen_recording_20251204_125832.mp4 |
Screen_recording_20251204_130331.mp4 |
EDIT: I'm not quite sure why this happens on the release build, maybe due to wasabi variant? Anyway, something has changed in the behavior compared to trunk and it's worth investigating.
Also, FYI, I don't have an Interac card, so I can't test the Interac payment and refund flow, which I think would be good to test.
Basically what it says - you need to disable developer options on your device
Those are the SDK changes; there's not much we can investigate here
It will be CFT published after the feature branch is ready |
Project manifest changes for WooCommerceThe following changes in the --- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt 2025-12-05 01:53:45.086604956 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt 2025-12-05 01:53:53.536600236 +0000
@@ -404,6 +404,11 @@
android:authorities="com.woocommerce.android.stripetaptopay"
android:exported="false"
android:process=":stripetaptopay" />
+ <provider
+ android:name="com.stripe.cots.lpmuiplatform.PaymentMethodSpecsContentProvider"
+ android:authorities="com.woocommerce.android.lpmuiplatform.paymentmethodspecsprovider"
+ android:exported="false"
+ android:permission="com.stripe.updater.permission.PAYMENT_METHOD_SPECS_PROVIDER" />
<activity
android:name="zendesk.support.request.RequestActivity"Go to https://buildkite.com/automattic/woocommerce-android/builds/34245/canvas?sid=019aec33-5f7b-4efc-bf92-496cd7500f2c, click on the |
Project dependencies changeslist+ New Dependencies
androidx.gridlayout:gridlayout:1.1.0
! Upgraded Dependencies
com.stripe:stripeterminal-core:5.1.0, (changed from 5.0.0)
com.stripe:stripeterminal-external:5.1.0, (changed from 5.0.0)
com.stripe:stripeterminal-internal-common:5.1.0, (changed from 5.0.0)
com.stripe:stripeterminal-ktx:5.1.0, (changed from 5.0.0)
com.stripe:stripeterminal-taptopay:5.1.0, (changed from 5.0.0)tree \--- project :libs:cardreader
- +--- com.stripe:stripeterminal-core:5.0.0
- | +--- androidx.annotation:annotation:1.9.1 (*)
- | +--- com.stripe:stripeterminal-external:5.0.0
- | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
- | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
- | | +--- androidx.annotation:annotation:1.9.1 (*)
- | | \--- com.squareup.moshi:moshi:1.15.2 (*)
- | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
- | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
- | \--- com.stripe:stripeterminal-internal-common:5.0.0
- | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
- | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
- | +--- androidx.annotation:annotation:1.9.1 (*)
- | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
- | +--- com.google.dagger:dagger:2.53 -> 2.57.2 (*)
- | +--- org.jetbrains.kotlin:kotlin-reflect:1.9.25
- | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
- | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
- | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
- | +--- org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.8.1 -> 1.10.2
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.10.2
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
- | | | +--- org.reactivestreams:reactive-streams:1.0.3 -> 1.0.4
- | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.21 (*)
- | | +--- io.reactivex.rxjava3:rxjava:3.0.2 -> 3.1.10
- | | | \--- org.reactivestreams:reactive-streams:1.0.4
- | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.21 (*)
- | +--- com.squareup.moshi:moshi:1.15.2 (*)
- | +--- com.squareup.moshi:moshi-adapters:1.15.2
- | | +--- com.squareup.moshi:moshi:1.15.2 (*)
- | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.24 (*)
- | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 -> 1.7.3 (*)
- | +--- io.ktor:ktor-client-core:2.3.13
- | | \--- io.ktor:ktor-client-core-jvm:2.3.13
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
- | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
- | | +--- org.slf4j:slf4j-api:1.7.36
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | +--- io.ktor:ktor-http:2.3.13
- | | | \--- io.ktor:ktor-http-jvm:2.3.13
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | | +--- org.slf4j:slf4j-api:1.7.36
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | | +--- io.ktor:ktor-utils:2.3.13
- | | | | \--- io.ktor:ktor-utils-jvm:2.3.13
- | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | | | +--- org.slf4j:slf4j-api:1.7.36
- | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | | | +--- io.ktor:ktor-io:2.3.13
- | | | | | \--- io.ktor:ktor-io-jvm:2.3.13
- | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | | | | +--- org.slf4j:slf4j-api:1.7.36
- | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | +--- io.ktor:ktor-events:2.3.13
- | | | \--- io.ktor:ktor-events-jvm:2.3.13
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | | +--- org.slf4j:slf4j-api:1.7.36
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | | +--- io.ktor:ktor-http:2.3.13 (*)
- | | | +--- io.ktor:ktor-utils:2.3.13 (*)
- | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | +--- io.ktor:ktor-websocket-serialization:2.3.13
- | | | \--- io.ktor:ktor-websocket-serialization-jvm:2.3.13
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | | +--- org.slf4j:slf4j-api:1.7.36
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | | +--- io.ktor:ktor-http:2.3.13 (*)
- | | | +--- io.ktor:ktor-serialization:2.3.13
- | | | | \--- io.ktor:ktor-serialization-jvm:2.3.13
- | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | | | +--- org.slf4j:slf4j-api:1.7.36
- | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | | | +--- io.ktor:ktor-http:2.3.13 (*)
- | | | | +--- io.ktor:ktor-websockets:2.3.13
- | | | | | \--- io.ktor:ktor-websockets-jvm:2.3.13
- | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | | | | +--- org.slf4j:slf4j-api:1.7.36
- | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | | | | +--- io.ktor:ktor-http:2.3.13 (*)
- | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.7.1 -> 1.10.2
- | | +--- org.slf4j:slf4j-api:1.7.32 -> 1.7.36
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
- | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.21 (*)
- | +--- io.ktor:ktor-client-content-negotiation:2.3.13
- | | \--- io.ktor:ktor-client-content-negotiation-jvm:2.3.13
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | +--- org.slf4j:slf4j-api:1.7.36
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | +--- io.ktor:ktor-client-core:2.3.13 (*)
- | | +--- io.ktor:ktor-serialization:2.3.13 (*)
- | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | +--- io.ktor:ktor-client-serialization:2.3.13
- | | \--- io.ktor:ktor-client-serialization-jvm:2.3.13
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | +--- org.slf4j:slf4j-api:1.7.36
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | +--- io.ktor:ktor-client-core:2.3.13 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 -> 1.7.3 (*)
- | | +--- io.ktor:ktor-client-json:2.3.13
- | | | \--- io.ktor:ktor-client-json-jvm:2.3.13
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | | +--- org.slf4j:slf4j-api:1.7.36
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | | +--- io.ktor:ktor-client-core:2.3.13 (*)
- | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | +--- io.ktor:ktor-serialization-kotlinx-json:2.3.13
- | | \--- io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.13
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | +--- org.slf4j:slf4j-api:1.7.36
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | +--- io.ktor:ktor-http:2.3.13 (*)
- | | +--- io.ktor:ktor-serialization-kotlinx:2.3.13
- | | | \--- io.ktor:ktor-serialization-kotlinx-jvm:2.3.13
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | | +--- org.slf4j:slf4j-api:1.7.36
- | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | | +--- io.ktor:ktor-http:2.3.13 (*)
- | | | +--- io.ktor:ktor-serialization:2.3.13 (*)
- | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1 -> 1.7.3 (*)
- | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 -> 1.7.3 (*)
- | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | +--- io.ktor:ktor-client-okhttp:2.3.13
- | | \--- io.ktor:ktor-client-okhttp-jvm:2.3.13
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
- | | +--- org.slf4j:slf4j-api:1.7.36
- | | +--- io.ktor:ktor-client-core:2.3.13 (*)
- | | +--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.2.3 (*)
- | | +--- com.squareup.okio:okio:3.7.0 -> 3.16.4 (*)
- | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
- | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
- | +--- com.google.code.gson:gson:2.12.1 -> 2.13.2 (*)
- | +--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.2.3 (*)
- | +--- com.squareup.okhttp3:okhttp-tls:4.12.0 -> 5.2.3 (*)
- | +--- com.squareup.tape2:tape:2.0.0-beta1
- | +--- androidx.security:security-crypto:1.1.0-alpha03 -> 1.1.0 (*)
- | +--- androidx.lifecycle:lifecycle-process:2.8.7 -> 2.9.4 (*)
- | +--- androidx.room:room-runtime:2.6.1 -> 2.8.4 (*)
- | +--- androidx.room:room-ktx:2.6.1 -> 2.8.4 (*)
- | +--- com.scottyab:rootbeer-lib:0.1.1
- | +--- org.kamranzafar:jtar:2.3
- | +--- com.squareup.wire:wire-moshi-adapter:4.9.11
- | | +--- com.squareup.wire:wire-runtime:4.9.11
- | | | \--- com.squareup.wire:wire-runtime-jvm:4.9.11
- | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -> 1.9.24 (*)
- | | | +--- com.squareup.okio:okio:3.7.0 -> 3.16.4 (*)
- | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10 -> 2.2.21 (*)
- | | +--- com.squareup.moshi:moshi:1.15.0 -> 1.15.2 (*)
- | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -> 1.9.24 (*)
- | +--- com.squareup.wire:wire-runtime:4.9.11 (*)
- | +--- com.stripe:stripeterminal-external:5.0.0 (*)
- | +--- androidx.sqlite:sqlite:2.4.0 -> 2.6.2 (*)
- | \--- androidx.sqlite:sqlite-framework:2.4.0 -> 2.6.2 (*)
+ +--- com.stripe:stripeterminal-core:5.1.0
+ | +--- androidx.annotation:annotation:1.9.1 (*)
+ | +--- com.stripe:stripeterminal-external:5.1.0
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
+ | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
+ | | +--- androidx.annotation:annotation:1.9.1 (*)
+ | | \--- com.squareup.moshi:moshi:1.15.2 (*)
+ | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
+ | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
+ | \--- com.stripe:stripeterminal-internal-common:5.1.0
+ | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
+ | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
+ | +--- androidx.annotation:annotation:1.9.1 (*)
+ | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
+ | +--- com.google.dagger:dagger:2.53 -> 2.57.2 (*)
+ | +--- org.jetbrains.kotlin:kotlin-reflect:1.9.25
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
+ | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
+ | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+ | +--- org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.8.1 -> 1.10.2
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.10.2
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+ | | | +--- org.reactivestreams:reactive-streams:1.0.3 -> 1.0.4
+ | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.21 (*)
+ | | +--- io.reactivex.rxjava3:rxjava:3.0.2 -> 3.1.10
+ | | | \--- org.reactivestreams:reactive-streams:1.0.4
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.21 (*)
+ | +--- com.squareup.moshi:moshi:1.15.2 (*)
+ | +--- com.squareup.moshi:moshi-adapters:1.15.2
+ | | +--- com.squareup.moshi:moshi:1.15.2 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.24 (*)
+ | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 -> 1.7.3 (*)
+ | +--- io.ktor:ktor-client-core:2.3.13
+ | | \--- io.ktor:ktor-client-core-jvm:2.3.13
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+ | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+ | | +--- org.slf4j:slf4j-api:1.7.36
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | +--- io.ktor:ktor-http:2.3.13
+ | | | \--- io.ktor:ktor-http-jvm:2.3.13
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | | +--- org.slf4j:slf4j-api:1.7.36
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | | +--- io.ktor:ktor-utils:2.3.13
+ | | | | \--- io.ktor:ktor-utils-jvm:2.3.13
+ | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | | | +--- org.slf4j:slf4j-api:1.7.36
+ | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | | | +--- io.ktor:ktor-io:2.3.13
+ | | | | | \--- io.ktor:ktor-io-jvm:2.3.13
+ | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | | | | +--- org.slf4j:slf4j-api:1.7.36
+ | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | +--- io.ktor:ktor-events:2.3.13
+ | | | \--- io.ktor:ktor-events-jvm:2.3.13
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | | +--- org.slf4j:slf4j-api:1.7.36
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | | +--- io.ktor:ktor-http:2.3.13 (*)
+ | | | +--- io.ktor:ktor-utils:2.3.13 (*)
+ | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | +--- io.ktor:ktor-websocket-serialization:2.3.13
+ | | | \--- io.ktor:ktor-websocket-serialization-jvm:2.3.13
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | | +--- org.slf4j:slf4j-api:1.7.36
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | | +--- io.ktor:ktor-http:2.3.13 (*)
+ | | | +--- io.ktor:ktor-serialization:2.3.13
+ | | | | \--- io.ktor:ktor-serialization-jvm:2.3.13
+ | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | | | +--- org.slf4j:slf4j-api:1.7.36
+ | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | | | +--- io.ktor:ktor-http:2.3.13 (*)
+ | | | | +--- io.ktor:ktor-websockets:2.3.13
+ | | | | | \--- io.ktor:ktor-websockets-jvm:2.3.13
+ | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | | | | +--- org.slf4j:slf4j-api:1.7.36
+ | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | | | | +--- io.ktor:ktor-http:2.3.13 (*)
+ | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.7.1 -> 1.10.2
+ | | +--- org.slf4j:slf4j-api:1.7.32 -> 1.7.36
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.21 (*)
+ | +--- io.ktor:ktor-client-content-negotiation:2.3.13
+ | | \--- io.ktor:ktor-client-content-negotiation-jvm:2.3.13
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | +--- org.slf4j:slf4j-api:1.7.36
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | +--- io.ktor:ktor-client-core:2.3.13 (*)
+ | | +--- io.ktor:ktor-serialization:2.3.13 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | +--- io.ktor:ktor-client-serialization:2.3.13
+ | | \--- io.ktor:ktor-client-serialization-jvm:2.3.13
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | +--- org.slf4j:slf4j-api:1.7.36
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | +--- io.ktor:ktor-client-core:2.3.13 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 -> 1.7.3 (*)
+ | | +--- io.ktor:ktor-client-json:2.3.13
+ | | | \--- io.ktor:ktor-client-json-jvm:2.3.13
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | | +--- org.slf4j:slf4j-api:1.7.36
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | | +--- io.ktor:ktor-client-core:2.3.13 (*)
+ | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | +--- io.ktor:ktor-serialization-kotlinx-json:2.3.13
+ | | \--- io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.13
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | +--- org.slf4j:slf4j-api:1.7.36
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | +--- io.ktor:ktor-http:2.3.13 (*)
+ | | +--- io.ktor:ktor-serialization-kotlinx:2.3.13
+ | | | \--- io.ktor:ktor-serialization-kotlinx-jvm:2.3.13
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | | +--- org.slf4j:slf4j-api:1.7.36
+ | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | | +--- io.ktor:ktor-http:2.3.13 (*)
+ | | | +--- io.ktor:ktor-serialization:2.3.13 (*)
+ | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1 -> 1.7.3 (*)
+ | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 -> 1.7.3 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | +--- io.ktor:ktor-client-okhttp:2.3.13
+ | | \--- io.ktor:ktor-client-okhttp-jvm:2.3.13
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.24 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.10.2 (*)
+ | | +--- org.slf4j:slf4j-api:1.7.36
+ | | +--- io.ktor:ktor-client-core:2.3.13 (*)
+ | | +--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.2.3 (*)
+ | | +--- com.squareup.okio:okio:3.7.0 -> 3.16.4 (*)
+ | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.2.21 (*)
+ | +--- com.google.code.gson:gson:2.12.1 -> 2.13.2 (*)
+ | +--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.2.3 (*)
+ | +--- com.squareup.okhttp3:okhttp-tls:4.12.0 -> 5.2.3 (*)
+ | +--- com.squareup.tape2:tape:2.0.0-beta1
+ | +--- androidx.security:security-crypto:1.1.0-alpha03 -> 1.1.0 (*)
+ | +--- androidx.lifecycle:lifecycle-process:2.8.7 -> 2.9.4 (*)
+ | +--- androidx.room:room-runtime:2.6.1 -> 2.8.4 (*)
+ | +--- androidx.room:room-ktx:2.6.1 -> 2.8.4 (*)
+ | +--- com.scottyab:rootbeer-lib:0.1.1
+ | +--- org.kamranzafar:jtar:2.3
+ | +--- com.squareup.wire:wire-moshi-adapter:4.9.11
+ | | +--- com.squareup.wire:wire-runtime:4.9.11
+ | | | \--- com.squareup.wire:wire-runtime-jvm:4.9.11
+ | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -> 1.9.24 (*)
+ | | | +--- com.squareup.okio:okio:3.7.0 -> 3.16.4 (*)
+ | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10 -> 2.2.21 (*)
+ | | +--- com.squareup.moshi:moshi:1.15.0 -> 1.15.2 (*)
+ | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 -> 1.9.24 (*)
+ | +--- com.squareup.wire:wire-runtime:4.9.11 (*)
+ | +--- com.stripe:stripeterminal-external:5.1.0 (*)
+ | +--- androidx.sqlite:sqlite:2.4.0 -> 2.6.2 (*)
+ | \--- androidx.sqlite:sqlite-framework:2.4.0 -> 2.6.2 (*)
- +--- com.stripe:stripeterminal-ktx:5.0.0
- | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
- | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
- | +--- androidx.annotation:annotation:1.9.1 (*)
- | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
- | \--- com.stripe:stripeterminal-core:5.0.0 (*)
+ +--- com.stripe:stripeterminal-ktx:5.1.0
+ | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
+ | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
+ | +--- androidx.annotation:annotation:1.9.1 (*)
+ | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+ | \--- com.stripe:stripeterminal-core:5.1.0 (*)
- \--- com.stripe:stripeterminal-taptopay:5.0.0
- +--- androidx.databinding:viewbinding:8.8.2 -> 8.13.1 (*)
- +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
- +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
- +--- androidx.annotation:annotation:1.9.1 (*)
- +--- androidx.constraintlayout:constraintlayout:2.1.4 -> 2.2.1 (*)
- +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
- +--- androidx.fragment:fragment-ktx:1.8.9 (*)
- +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 -> 2.9.4 (*)
- +--- androidx.lifecycle:lifecycle-process:2.8.7 -> 2.9.4 (*)
- +--- com.scottyab:rootbeer-lib:0.1.1
- +--- com.google.android.play:integrity:1.1.0
- | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.5.0 (*)
- | \--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*)
- +--- com.google.android.material:material:1.13.0 (*)
- +--- com.google.dagger:dagger:2.53 -> 2.57.2 (*)
- +--- com.google.code.gson:gson:2.12.1 -> 2.13.2 (*)
- +--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.2.3 (*)
- +--- com.squareup.okhttp3:okhttp-tls:4.12.0 -> 5.2.3 (*)
- +--- io.reactivex.rxjava3:rxjava:3.1.10 (*)
- +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
- +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
- +--- com.squareup.wire:wire-moshi-adapter:4.9.11 (*)
- +--- com.stripe:stripeterminal-external:5.0.0 (*)
- +--- com.stripe:stripeterminal-internal-common:5.0.0 (*)
- +--- com.fasterxml.jackson.core:jackson-databind:2.16.1
- | +--- com.fasterxml.jackson.core:jackson-annotations:2.16.1
- | | \--- com.fasterxml.jackson:jackson-bom:2.16.1
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.16.1 (c)
- | | +--- com.fasterxml.jackson.core:jackson-core:2.16.1 (c)
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.16.1 (c)
- | +--- com.fasterxml.jackson.core:jackson-core:2.16.1
- | | \--- com.fasterxml.jackson:jackson-bom:2.16.1 (*)
- | \--- com.fasterxml.jackson:jackson-bom:2.16.1 (*)
- \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.8.1
- \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.8.1
- \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.2.21 (*)
+ \--- com.stripe:stripeterminal-taptopay:5.1.0
+ +--- androidx.databinding:viewbinding:8.8.2 -> 8.13.1 (*)
+ +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.2.21 (*)
+ +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.25 -> 2.2.21 (*)
+ +--- androidx.annotation:annotation:1.9.1 (*)
+ +--- androidx.appcompat:appcompat:1.7.1 (*)
+ +--- androidx.constraintlayout:constraintlayout:2.2.1 (*)
+ +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
+ +--- androidx.fragment:fragment-ktx:1.8.9 (*)
+ +--- androidx.gridlayout:gridlayout:1.1.0
+ | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+ | +--- androidx.core:core:1.3.0 -> 1.17.0 (*)
+ | \--- org.jspecify:jspecify:1.0.0
+ +--- androidx.recyclerview:recyclerview:1.4.0 (*)
+ +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 -> 2.9.4 (*)
+ +--- androidx.lifecycle:lifecycle-process:2.8.7 -> 2.9.4 (*)
+ +--- com.scottyab:rootbeer-lib:0.1.1
+ +--- com.google.android.play:integrity:1.1.0
+ | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.5.0 (*)
+ | \--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*)
+ +--- com.google.android.material:material:1.13.0 (*)
+ +--- com.google.dagger:dagger:2.53 -> 2.57.2 (*)
+ +--- com.google.code.gson:gson:2.12.1 -> 2.13.2 (*)
+ +--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.2.3 (*)
+ +--- com.squareup.okhttp3:okhttp-tls:4.12.0 -> 5.2.3 (*)
+ +--- io.reactivex.rxjava3:rxjava:3.1.10 (*)
+ +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+ +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
+ +--- com.squareup.wire:wire-moshi-adapter:4.9.11 (*)
+ +--- com.stripe:stripeterminal-external:5.1.0 (*)
+ +--- com.stripe:stripeterminal-internal-common:5.1.0 (*)
+ +--- com.fasterxml.jackson.core:jackson-databind:2.16.1
+ | +--- com.fasterxml.jackson.core:jackson-annotations:2.16.1
+ | | \--- com.fasterxml.jackson:jackson-bom:2.16.1
+ | | +--- com.fasterxml.jackson.core:jackson-annotations:2.16.1 (c)
+ | | +--- com.fasterxml.jackson.core:jackson-core:2.16.1 (c)
+ | | \--- com.fasterxml.jackson.core:jackson-databind:2.16.1 (c)
+ | +--- com.fasterxml.jackson.core:jackson-core:2.16.1
+ | | \--- com.fasterxml.jackson:jackson-bom:2.16.1 (*)
+ | \--- com.fasterxml.jackson:jackson-bom:2.16.1 (*)
+ \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.8.1
+ \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.8.1
+ \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.2.21 (*) |
👋 @kidinov |
|
The developer options of the phone / Android / operating system, and not the app. |
Got it. Let me test again! |
samiuelson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
d9e1729
into
woomob-1647-update-stripe-sdk-to-500
WOOMOB-1647
Description
This PR migrates the cardreader library from callback-based Stripe Terminal SDK calls to suspend functions using the
stripeterminal-ktxextension library.Changes:
TerminalWrappermethods to use suspend functions fromstripeterminal-ktxdistinctUntilChanged()operatorTest Steps
Images/gif
N/A - no UI changes
RELEASE-NOTES.txtif necessary. Use the "[Internal]" label for non-user-facing changes.