From ffdca76672e9960faee2df01396343bee2615791 Mon Sep 17 00:00:00 2001 From: toluo-stripe Date: Fri, 13 Sep 2024 20:44:39 -0400 Subject: [PATCH] Remove getParcelableExtra for android 13 (#9223) --- 3ds2playground/dependencies/dependencies.txt | 64 ++--- 3ds2sdk/dependencies/dependencies.txt | 62 ++--- camera-core/dependencies/dependencies.txt | 58 ++-- dependencies.gradle | 3 +- example/dependencies/dependencies.txt | 109 ++++---- .../dependencies/dependencies.txt | 109 ++++---- .../dependencies/dependencies.txt | 64 ++--- hcaptcha/build.gradle | 3 + hcaptcha/dependencies/dependencies.txt | 263 +++++++++++------- .../com/stripe/hcaptcha/HCaptchaCompat.kt | 13 +- .../com/stripe/hcaptcha/HCaptchaCompatTest.kt | 35 +++ identity/dependencies/dependencies.txt | 118 ++++---- link/dependencies/dependencies.txt | 97 +++---- network-testing/dependencies/dependencies.txt | 89 +++--- .../dependencies/dependencies.txt | 97 +++---- .../dependencies/dependencies.txt | 89 +++--- payments-core/dependencies/dependencies.txt | 89 +++--- payments-model/dependencies/dependencies.txt | 42 +-- .../dependencies/dependencies.txt | 91 +++--- payments/dependencies/dependencies.txt | 101 +++---- .../dependencies/dependencies.txt | 131 ++++----- paymentsheet/dependencies/dependencies.txt | 101 +++---- .../bacs/BacsMandateConfirmationContract.kt | 9 +- .../bacs/BacsMandateConfirmationResult.kt | 12 +- .../CvcRecollectionContract.kt | 9 +- .../cvcrecollection/CvcRecollectionResult.kt | 12 +- .../BacsMandateConfirmationContractTest.kt | 85 ++++++ .../CvcRecollectionContractTest.kt | 67 +++++ .../dependencies/dependencies.txt | 34 +-- stripe-test-e2e/dependencies/dependencies.txt | 101 +++---- stripe-ui-core/dependencies/dependencies.txt | 34 +-- .../dependencies/dependencies.txt | 96 +++---- stripecardscan/dependencies/dependencies.txt | 64 ++--- wechatpay/dependencies/dependencies.txt | 91 +++--- 34 files changed, 1340 insertions(+), 1102 deletions(-) create mode 100644 hcaptcha/src/test/java/com/stripe/hcaptcha/HCaptchaCompatTest.kt create mode 100644 paymentsheet/src/test/java/com/stripe/android/paymentsheet/cvcrecollection/BacsMandateConfirmationContractTest.kt create mode 100644 paymentsheet/src/test/java/com/stripe/android/paymentsheet/cvcrecollection/CvcRecollectionContractTest.kt diff --git a/3ds2playground/dependencies/dependencies.txt b/3ds2playground/dependencies/dependencies.txt index 85c47e5a683..0a1bb75b201 100644 --- a/3ds2playground/dependencies/dependencies.txt +++ b/3ds2playground/dependencies/dependencies.txt @@ -15,9 +15,9 @@ | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.8.0 -> 1.12.0 +| | | +--- androidx.core:core:1.8.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 @@ -25,7 +25,7 @@ | | | | | \--- com.google.guava:listenablefuture:1.0 | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) @@ -85,7 +85,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) @@ -102,11 +102,11 @@ | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | +--- androidx.core:core:1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | \--- androidx.core:core:1.13.1 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -150,10 +150,10 @@ | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -161,21 +161,21 @@ | | | | \--- androidx.collection:collection:1.1.0 (*) | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.customview:customview:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.emoji2:emoji2:1.2.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -194,21 +194,21 @@ | | | \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | \--- androidx.emoji2:emoji2:1.2.0 (*) | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -243,7 +243,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -268,21 +268,21 @@ | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.constraintlayout:constraintlayout:2.0.1 | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | +--- androidx.core:core:1.3.1 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.1 -> 1.13.1 (*) | | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 -| | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | | | +--- androidx.loader:loader:1.0.0 (*) @@ -290,25 +290,25 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | | | \--- androidx.print:print:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | +--- androidx.transition:transition:1.2.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | \--- androidx.viewpager2:viewpager2:1.0.0 | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | +--- androidx.recyclerview:recyclerview:1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 | | +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (*) @@ -325,10 +325,10 @@ | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c) | | \--- androidx.lifecycle:lifecycle-common:2.7.0 (c) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.activity:activity-ktx:1.8.2 | | +--- androidx.activity:activity:1.8.2 (*) -| | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -369,7 +369,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -385,7 +385,7 @@ | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.24 | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) +--- androidx.appcompat:appcompat:1.6.1 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.activity:activity-ktx:1.8.2 (*) +--- androidx.fragment:fragment-ktx:1.6.2 (*) +--- com.google.android.material:material:1.11.0 (*) diff --git a/3ds2sdk/dependencies/dependencies.txt b/3ds2sdk/dependencies/dependencies.txt index deef84d354f..cbd13e03874 100644 --- a/3ds2sdk/dependencies/dependencies.txt +++ b/3ds2sdk/dependencies/dependencies.txt @@ -12,9 +12,9 @@ | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | +--- androidx.core:core:1.8.0 -> 1.12.0 +| | +--- androidx.core:core:1.8.0 -> 1.13.1 | | | +--- androidx.annotation:annotation:1.6.0 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 @@ -22,7 +22,7 @@ | | | | \--- com.google.guava:listenablefuture:1.0 | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) @@ -82,7 +82,7 @@ | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | \--- androidx.core:core-ktx:1.13.1 (c) | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) @@ -99,11 +99,11 @@ | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | | +--- androidx.core:core:1.12.0 (*) +| | | | +--- androidx.core:core:1.13.1 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core:1.12.0 (c) +| | | | \--- androidx.core:core:1.13.1 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -147,10 +147,10 @@ | +--- androidx.appcompat:appcompat-resources:1.6.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -158,21 +158,21 @@ | | | \--- androidx.collection:collection:1.1.0 (*) | | \--- androidx.appcompat:appcompat:1.6.1 (c) | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | \--- androidx.customview:customview:1.1.0 | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.emoji2:emoji2:1.2.0 | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | +--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -191,21 +191,21 @@ | | \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | +--- androidx.emoji2:emoji2-views-helper:1.2.0 | | +--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | \--- androidx.emoji2:emoji2:1.2.0 (*) | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | +--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | +--- androidx.loader:loader:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -240,7 +240,7 @@ | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | +--- androidx.viewpager:viewpager:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -265,21 +265,21 @@ | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | +--- androidx.constraintlayout:constraintlayout:2.0.1 | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | +--- androidx.core:core:1.3.1 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.1 -> 1.13.1 (*) | | \--- androidx.constraintlayout:constraintlayout-solver:2.0.1 -| +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | +--- androidx.documentfile:documentfile:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | | +--- androidx.loader:loader:1.0.0 (*) @@ -287,25 +287,25 @@ | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | | \--- androidx.print:print:1.0.0 | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | +--- androidx.transition:transition:1.2.0 | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | \--- androidx.viewpager2:viewpager2:1.0.0 | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | +--- androidx.recyclerview:recyclerview:1.1.0 (*) -| +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | \--- androidx.collection:collection:1.1.0 (*) +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 | +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (*) @@ -322,10 +322,10 @@ | +--- androidx.lifecycle:lifecycle-common:2.7.0 (c) | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c) | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.activity:activity-ktx:1.8.2 | +--- androidx.activity:activity:1.8.2 (*) -| +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -366,7 +366,7 @@ | +--- androidx.collection:collection-ktx:1.1.0 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | \--- androidx.collection:collection:1.1.0 (*) -| +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | +--- androidx.fragment:fragment:1.6.2 (*) | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) diff --git a/camera-core/dependencies/dependencies.txt b/camera-core/dependencies/dependencies.txt index 1f935ed3852..ff78d3baf83 100644 --- a/camera-core/dependencies/dependencies.txt +++ b/camera-core/dependencies/dependencies.txt @@ -14,15 +14,15 @@ | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | \--- com.google.guava:listenablefuture:1.0 -| | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.3.1 +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -78,7 +78,7 @@ | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | \--- androidx.core:core-ktx:1.13.1 (c) | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | \--- com.google.guava:listenablefuture:1.0 | +--- com.google.dagger:dagger:2.50 @@ -130,16 +130,16 @@ | | +--- androidx.activity:activity:1.6.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | +--- androidx.core:core:1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | \--- androidx.core:core:1.13.1 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -176,10 +176,10 @@ | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -187,20 +187,20 @@ | | | | \--- androidx.collection:collection:1.1.0 (*) | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | \--- androidx.customview:customview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | \--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | \--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | +--- androidx.emoji2:emoji2:1.2.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -217,19 +217,19 @@ | | | \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | \--- androidx.emoji2:emoji2:1.2.0 (*) | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.0.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -261,7 +261,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.7.0 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.1 (*) -| | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*) | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 @@ -269,17 +269,17 @@ | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 +--- androidx.appcompat:appcompat:1.6.1 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.annotation:annotation:1.7.1 (*) +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) +--- androidx.camera:camera-core:1.3.1 | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) -| +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | +--- androidx.exifinterface:exifinterface:1.3.2 | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) @@ -295,7 +295,7 @@ | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | +--- androidx.camera:camera-core:1.3.1 (*) | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | +--- com.google.auto.value:auto-value-annotations:1.6.3 | +--- com.google.guava:listenablefuture:1.0 | +--- androidx.camera:camera-core:1.3.1 (c) @@ -305,7 +305,7 @@ +--- androidx.camera:camera-lifecycle:1.3.1 | +--- androidx.camera:camera-core:1.3.1 (*) | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) | +--- com.google.auto.value:auto-value-annotations:1.6.3 | +--- com.google.guava:listenablefuture:1.0 @@ -315,7 +315,7 @@ | \--- androidx.camera:camera-video:1.3.1 (c) \--- androidx.camera:camera-view:1.3.1 +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) - +--- androidx.annotation:annotation-experimental:1.3.1 (*) + +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.0 (*) +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) +--- androidx.camera:camera-core:1.3.1 (*) +--- androidx.camera:camera-lifecycle:1.3.1 (*) @@ -323,14 +323,14 @@ | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | +--- androidx.camera:camera-core:1.3.1 (*) | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) - | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) + | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | +--- com.google.auto.value:auto-value-annotations:1.6.3 | +--- androidx.camera:camera-camera2:1.3.1 (c) | +--- androidx.camera:camera-core:1.3.1 (c) | +--- androidx.camera:camera-lifecycle:1.3.1 (c) | \--- androidx.camera:camera-view:1.3.1 (c) +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) - +--- androidx.core:core:1.3.2 -> 1.12.0 (*) + +--- androidx.core:core:1.3.2 -> 1.13.1 (*) +--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.7.0 (*) +--- com.google.auto.value:auto-value-annotations:1.6.3 +--- com.google.guava:listenablefuture:1.0 diff --git a/dependencies.gradle b/dependencies.gradle index 8d1b1ed40ff..4c43fe76fc8 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -16,7 +16,7 @@ ext.versions = [ androidxComposeRuntime : '1.5.4', androidxComposeUi : '1.5.4', androidxConstraintlayout : '2.1.4', - androidxCore : '1.12.0', + androidxCore : '1.13.1', androidxFragment : '1.6.2', androidxLegacySupport : '1.0.0', androidxLifecycle : '2.7.0', @@ -113,6 +113,7 @@ ext.libs = [ appCompat : "androidx.appcompat:appcompat:${versions.androidxAppcompat}", browser : "androidx.browser:browser:${versions.androidxBrowser}", constraintLayout : "androidx.constraintlayout:constraintlayout:${versions.androidxConstraintlayout}", + core : "androidx.core:core:${versions.androidxCore}", coreKtx : "androidx.core:core-ktx:${versions.androidxCore}", fragment : "androidx.fragment:fragment-ktx:${versions.androidxFragment}", legacySupport : "androidx.legacy:legacy-support-v4:${versions.androidxLegacySupport}", diff --git a/example/dependencies/dependencies.txt b/example/dependencies/dependencies.txt index 2c54a26d2fd..8410a2f7975 100644 --- a/example/dependencies/dependencies.txt +++ b/example/dependencies/dependencies.txt @@ -18,15 +18,15 @@ | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- com.google.guava:listenablefuture:1.0 -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -91,7 +91,7 @@ | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | \--- com.google.guava:listenablefuture:1.0 | | | +--- com.google.dagger:dagger:2.50 @@ -153,16 +153,16 @@ | | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -211,10 +211,10 @@ | | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -222,21 +222,21 @@ | | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -258,22 +258,22 @@ | | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.loader:loader:1.0.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -312,7 +312,7 @@ | | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -323,7 +323,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | | +--- androidx.databinding:viewbinding:8.5.2 (*) @@ -331,6 +331,7 @@ | | +--- project :hcaptcha | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | | +--- androidx.core:core:1.13.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | | +--- project :stripe-ui-core @@ -338,7 +339,7 @@ | | | +--- project :stripe-core (*) | | | +--- androidx.activity:activity-ktx:1.8.2 | | | | +--- androidx.activity:activity:1.8.2 (*) -| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -365,7 +366,7 @@ | | | | +--- androidx.activity:activity:1.8.2 (c) | | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | | +--- androidx.annotation:annotation:1.7.1 (*) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.4 | | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -389,7 +390,7 @@ | | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -459,7 +460,7 @@ | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -473,9 +474,9 @@ | | | | | | | | \--- androidx.compose.ui:ui-viewbinding:1.5.4 (c) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -507,7 +508,7 @@ | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -521,7 +522,7 @@ | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -579,7 +580,7 @@ | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -597,21 +598,21 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -619,27 +620,27 @@ | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | | \--- androidx.print:print:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | | +--- androidx.transition:transition:1.2.0 -> 1.4.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -676,7 +677,7 @@ | | | +--- androidx.collection:collection-ktx:1.1.0 | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -708,7 +709,7 @@ | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | | +--- com.google.android.material:material:1.11.0 (*) @@ -716,7 +717,7 @@ | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-base:18.3.0 | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -751,7 +752,7 @@ | | | | +--- androidx.lifecycle:lifecycle-common:2.7.0 (c) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c) | | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -777,7 +778,7 @@ | | | | +--- project :payments-core (*) | | | | +--- project :stripe-ui-core (*) | | | | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -| | | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.13.1 (*) | | | | +--- androidx.annotation:annotation:1.7.1 (*) | | | | +--- androidx.appcompat:appcompat:1.6.1 (*) | | | | +--- com.google.android.material:material:1.11.0 (*) @@ -818,7 +819,7 @@ | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | | | | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 -| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 @@ -856,7 +857,7 @@ | | | | | | +--- androidx.navigation:navigation-common:2.7.6 | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | | | +--- androidx.collection:collection-ktx:1.1.0 (*) -| | | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -874,7 +875,7 @@ | | | | | | \--- androidx.navigation:navigation-runtime-ktx:2.7.6 (c) | | | | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -939,7 +940,7 @@ | | +--- androidx.activity:activity-compose:1.8.2 (*) | | +--- androidx.navigation:navigation-compose:2.7.6 (*) | | +--- com.google.accompanist:accompanist-systemuicontroller:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.ui:ui:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.10 (*) @@ -948,7 +949,7 @@ | | | +--- com.google.android.gms:play-services-wallet:19.2.1 -> 19.3.0 (*) | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.material:material:1.5.4 (*) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | | +--- com.google.android.material:material:1.11.0 (*) | | +--- androidx.compose.ui:ui-tooling-preview:1.5.4 (*) @@ -992,23 +993,23 @@ | +--- androidx.preference:preference:1.2.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) -| | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.6.2 (*) | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 (*) | | +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.customview:customview:1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.window:window:1.0.0 | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.24 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.7.3 (*) | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | \--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | \--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | \--- androidx.transition:transition:1.4.1 (*) | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.6.2 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.24 (*) +--- androidx.recyclerview:recyclerview:1.3.2 (*) diff --git a/financial-connections-example/dependencies/dependencies.txt b/financial-connections-example/dependencies/dependencies.txt index c9d01b617b8..5e852dc6579 100644 --- a/financial-connections-example/dependencies/dependencies.txt +++ b/financial-connections-example/dependencies/dependencies.txt @@ -15,15 +15,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -90,7 +90,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -154,16 +154,16 @@ | | | +--- androidx.activity:activity:1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -210,7 +210,7 @@ | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) | | | | +--- androidx.activity:activity-compose:1.8.2 (c) | | | | \--- androidx.activity:activity-ktx:1.8.2 (c) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -238,7 +238,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -262,7 +262,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -332,11 +332,11 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -369,9 +369,9 @@ | | | | | | | \--- androidx.compose.ui:ui-viewbinding:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -403,7 +403,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -417,7 +417,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -482,10 +482,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -493,36 +493,36 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -563,7 +563,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -574,7 +574,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) @@ -604,7 +604,7 @@ | | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 -| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 @@ -646,7 +646,7 @@ | | | | | +--- androidx.collection:collection-ktx:1.1.0 | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | | | | \--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -664,7 +664,7 @@ | | | | \--- androidx.navigation:navigation-runtime-ktx:2.7.6 (c) | | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -701,12 +701,13 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -724,21 +725,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -746,27 +747,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -801,7 +802,7 @@ | +--- androidx.fragment:fragment-ktx:1.6.2 | | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.2 (*) | | +--- androidx.collection:collection-ktx:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -825,7 +826,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -833,7 +834,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -869,7 +870,7 @@ | | | +--- androidx.lifecycle:lifecycle-service:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -895,7 +896,7 @@ | | | +--- project :payments-core (*) | | | +--- project :stripe-ui-core (*) | | | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 (*) | | | +--- androidx.annotation:annotation:1.7.1 (*) | | | +--- androidx.appcompat:appcompat:1.6.1 (*) | | | +--- com.google.android.material:material:1.11.0 (*) @@ -975,7 +976,7 @@ | +--- androidx.activity:activity-compose:1.8.2 (*) | +--- androidx.navigation:navigation-compose:2.7.6 (*) | +--- com.google.accompanist:accompanist-systemuicontroller:0.32.0 -| | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | +--- androidx.compose.ui:ui:1.5.0 -> 1.5.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.10 (*) @@ -984,7 +985,7 @@ | | +--- com.google.android.gms:play-services-wallet:19.2.1 -> 19.3.0 (*) | | +--- androidx.compose.ui:ui:1.5.4 (*) | | +--- androidx.compose.material:material:1.5.4 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) | +--- androidx.compose.ui:ui-tooling-preview:1.5.4 (*) @@ -995,13 +996,13 @@ +--- androidx.activity:activity-ktx:1.8.2 (*) +--- androidx.appcompat:appcompat:1.6.1 (*) +--- androidx.browser:browser:1.7.0 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (*) +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (*) +--- androidx.work:work-runtime-ktx:2.9.0 | +--- androidx.work:work-runtime:2.9.0 -| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) -| | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) +| | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-livedata:2.5.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-service:2.5.1 -> 2.7.0 | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -1024,7 +1025,7 @@ | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*) | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20 -> 1.9.10 (*) | | | +--- androidx.room:room-runtime:2.5.0 -| | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | +--- androidx.arch.core:core-runtime:2.0.1 -> 2.2.0 (*) | | | | +--- androidx.room:room-common:2.5.0 (*) | | | | +--- androidx.sqlite:sqlite:2.3.0 diff --git a/financial-connections/dependencies/dependencies.txt b/financial-connections/dependencies/dependencies.txt index a3df6ab06a5..900005a7cd1 100644 --- a/financial-connections/dependencies/dependencies.txt +++ b/financial-connections/dependencies/dependencies.txt @@ -13,15 +13,15 @@ | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | \--- com.google.guava:listenablefuture:1.0 -| | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -81,7 +81,7 @@ | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | \--- androidx.core:core-ktx:1.13.1 (c) | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | \--- com.google.guava:listenablefuture:1.0 | +--- com.google.dagger:dagger:2.50 @@ -142,16 +142,16 @@ | | +--- androidx.activity:activity:1.8.2 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | +--- androidx.core:core:1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | \--- androidx.core:core:1.13.1 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -194,7 +194,7 @@ | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) | | | +--- androidx.activity:activity-compose:1.8.2 (c) | | | \--- androidx.activity:activity-ktx:1.8.2 (c) -| | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -220,7 +220,7 @@ | | +--- androidx.activity:activity:1.8.2 (c) | | \--- androidx.activity:activity-compose:1.8.2 (c) | +--- androidx.annotation:annotation:1.7.1 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.compose.foundation:foundation:1.5.4 | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -243,7 +243,7 @@ | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -306,11 +306,11 @@ | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -339,9 +339,9 @@ | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -371,7 +371,7 @@ | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -385,7 +385,7 @@ | | +--- androidx.compose.ui:ui:1.5.4 (*) | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -447,10 +447,10 @@ | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -458,33 +458,33 @@ | | | | \--- androidx.collection:collection:1.1.0 (*) | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | \--- androidx.customview:customview:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | \--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | \--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | +--- androidx.fragment:fragment:1.3.6 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.0.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -522,7 +522,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.7.0 (*) | | | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.1 (*) -| | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*) | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 @@ -530,7 +530,7 @@ | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) @@ -560,7 +560,7 @@ | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 -| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 @@ -598,7 +598,7 @@ | | | | +--- androidx.collection:collection-ktx:1.1.0 | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -616,7 +616,7 @@ | | | \--- androidx.navigation:navigation-runtime-ktx:2.7.6 (c) | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) diff --git a/hcaptcha/build.gradle b/hcaptcha/build.gradle index d9cab362b2d..10c921262af 100644 --- a/hcaptcha/build.gradle +++ b/hcaptcha/build.gradle @@ -9,12 +9,15 @@ apply plugin: 'org.jetbrains.kotlin.plugin.serialization' dependencies { implementation libs.androidx.appCompat + implementation libs.androidx.core implementation libs.kotlin.serialization testImplementation testLibs.junit testImplementation testLibs.kotlin.test testImplementation testLibs.mockito.inline testImplementation testLibs.mockito.kotlin + testImplementation testLibs.robolectric + testImplementation testLibs.truth } android { diff --git a/hcaptcha/dependencies/dependencies.txt b/hcaptcha/dependencies/dependencies.txt index 3ee48fe683f..224c5d0d165 100644 --- a/hcaptcha/dependencies/dependencies.txt +++ b/hcaptcha/dependencies/dependencies.txt @@ -5,142 +5,199 @@ | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 (c) +--- androidx.appcompat:appcompat:1.6.1 | +--- androidx.activity:activity:1.6.0 -| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 +| | | \--- androidx.annotation:annotation-jvm:1.6.0 +| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.9.24 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 -| | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -| | +--- androidx.core:core:1.8.0 -> 1.9.0 -| | | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 -| | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | +--- androidx.core:core:1.8.0 -> 1.13.1 +| | | +--- androidx.annotation:annotation:1.6.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- 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.lifecycle:lifecycle-runtime:2.3.1 -> 2.5.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.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.lifecycle:lifecycle-common:2.5.1 -| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | \--- com.google.guava:listenablefuture:1.0 +| | | +--- androidx.interpolator:interpolator:1.0.0 +| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | +--- androidx.arch.core:core-common:2.2.0 +| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | +--- androidx.arch.core:core-runtime:2.2.0 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | | \--- androidx.arch.core:core-common:2.2.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 +| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.24 (*) +| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 +| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 +| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (c) +| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 (c) +| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 (c) +| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.8.0 +| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.9.24 (*) +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 +| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.9.24 (*) +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 1.9.24 +| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) +| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4 (*) +| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21 -> 1.8.0 (*) +| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-process:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | | | +--- androidx.profileinstaller:profileinstaller:1.3.0 +| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) +| | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) +| | | | | +--- androidx.startup:startup-runtime:1.1.1 +| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | | | \--- androidx.tracing:tracing:1.0.0 +| | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | | \--- com.google.guava:listenablefuture:1.0 +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.24 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | | | \--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1 -| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | \--- androidx.core:core-ktx:1.9.0 (c) -| | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*) -| | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) -| | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 (c) -| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -| | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 -| | | +--- androidx.core:core-ktx:1.2.0 -> 1.9.0 -| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -| | | | +--- androidx.core:core:1.9.0 (*) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) -| | | | \--- androidx.core:core:1.9.0 (c) -| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.5.1 -| | | | +--- androidx.arch.core:core-common:2.1.0 (*) -| | | | +--- androidx.arch.core:core-runtime:2.1.0 (*) -| | | | \--- androidx.lifecycle:lifecycle-common:2.5.1 (*) -| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*) -| | | +--- androidx.savedstate:savedstate:1.2.0 -| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -| | | | +--- androidx.arch.core:core-common:2.1.0 (*) -| | | | +--- androidx.lifecycle:lifecycle-common:2.4.0 -> 2.5.1 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.9.24 (*) -| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) -| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 -| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 -| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1 -| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1 -| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (c) -| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 (c) -| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1 (c) -| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.8.0 -| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.9.24 (*) -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.9.24 (*) -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0 -> 1.9.24 -| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) -| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1 (*) -| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 -> 1.8.0 (*) -| | +--- androidx.savedstate:savedstate:1.2.0 (*) -| | +--- androidx.tracing:tracing:1.0.0 -| | | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) +| | | \--- androidx.core:core-ktx:1.13.1 (c) +| | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.6.2 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.6.2 +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.24 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.6.2 +| | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | +--- androidx.core:core:1.13.1 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) +| | | | \--- androidx.core:core:1.13.1 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 +| | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | +--- androidx.arch.core:core-runtime:2.1.0 -> 2.2.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.24 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (*) +| | | +--- androidx.savedstate:savedstate:1.2.1 +| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.6.2 (*) +| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.24 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.24 (*) +| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-process:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | \--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) +| | +--- androidx.tracing:tracing:1.0.0 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) -| +--- androidx.annotation:annotation:1.3.0 +| +--- androidx.annotation:annotation:1.3.0 -> 1.6.0 (*) | +--- androidx.appcompat:appcompat-resources:1.6.1 -| | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.6.0 -> 1.9.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | +--- androidx.vectordrawable:vectordrawable:1.1.0 -| | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -| | | +--- androidx.core:core:1.1.0 -> 1.9.0 (*) +| | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) -| | | +--- androidx.interpolator:interpolator:1.0.0 -| | | | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 +| | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- androidx.collection:collection:1.1.0 (*) | | \--- androidx.appcompat:appcompat:1.6.1 (c) | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core:1.9.0 (*) -| +--- androidx.core:core-ktx:1.8.0 -> 1.9.0 (*) +| +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | +--- androidx.cursoradapter:cursoradapter:1.0.0 -| | \--- androidx.annotation:annotation:1.0.0 -> 1.3.0 +| | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | +--- androidx.drawerlayout:drawerlayout:1.0.0 -| | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 -| | +--- androidx.core:core:1.0.0 -> 1.9.0 (*) +| | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | \--- androidx.customview:customview:1.0.0 -| | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 -| | \--- androidx.core:core:1.0.0 -> 1.9.0 (*) +| | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | \--- androidx.core:core:1.0.0 -> 1.13.1 (*) | +--- androidx.emoji2:emoji2:1.2.0 -| | +--- androidx.annotation:annotation:1.2.0 -> 1.3.0 +| | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | +--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core:1.3.0 -> 1.9.0 (*) -| | +--- androidx.lifecycle:lifecycle-process:2.4.1 -| | | +--- androidx.lifecycle:lifecycle-runtime:2.4.1 -> 2.5.1 (*) -| | | +--- androidx.startup:startup-runtime:1.1.1 -| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -| | | | \--- androidx.tracing:tracing:1.0.0 (*) -| | | \--- androidx.annotation:annotation:1.2.0 -> 1.3.0 +| | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) +| | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.6.2 +| | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (*) +| | | +--- androidx.startup:startup-runtime:1.1.1 (*) +| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.24 (*) +| | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) | | \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | +--- androidx.emoji2:emoji2-views-helper:1.2.0 | | +--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core:1.3.0 -> 1.9.0 (*) +| | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | \--- androidx.emoji2:emoji2:1.2.0 (*) | +--- androidx.fragment:fragment:1.3.6 -| | +--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -| | +--- androidx.core:core:1.2.0 -> 1.9.0 (*) +| | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | +--- 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.9.0 (*) +| | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | +--- androidx.loader:loader:1.0.0 -| | | +--- androidx.annotation:annotation:1.0.0 -> 1.3.0 -| | | +--- androidx.core:core:1.0.0 -> 1.9.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.5.1 (*) -| | | | \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*) -| | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.5.1 (*) +| | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) +| | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.6.2 +| | | | +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*) +| | | | +--- androidx.arch.core:core-runtime:2.1.0 -> 2.2.0 (*) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (*) +| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.24 (*) +| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-process:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c) +| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c) +| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c) +| | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.6.2 (*) | | +--- androidx.activity:activity:1.2.4 -> 1.6.0 (*) -| | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 -> 2.5.1 (*) -| | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.5.1 (*) -| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.5.1 (*) -| | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*) -| | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) -| +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*) -| +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*) +| | +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 -> 2.6.2 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.6.2 (*) +| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.6.2 (*) +| | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.1 (*) +| | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) +| +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.6.2 (*) +| +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.6.2 (*) | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 -| | \--- androidx.annotation:annotation:1.1.0 -> 1.3.0 -| +--- androidx.savedstate:savedstate:1.2.0 (*) +| | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) +| +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) ++--- androidx.core:core:1.13.1 (*) +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.6.2 | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 1.9.24 (*) diff --git a/hcaptcha/src/main/java/com/stripe/hcaptcha/HCaptchaCompat.kt b/hcaptcha/src/main/java/com/stripe/hcaptcha/HCaptchaCompat.kt index 9318550cb36..03e09423b5e 100644 --- a/hcaptcha/src/main/java/com/stripe/hcaptcha/HCaptchaCompat.kt +++ b/hcaptcha/src/main/java/com/stripe/hcaptcha/HCaptchaCompat.kt @@ -2,8 +2,8 @@ package com.stripe.hcaptcha import android.os.Build import android.os.Bundle -import android.os.Parcelable import androidx.annotation.RestrictTo +import androidx.core.os.BundleCompat import com.stripe.hcaptcha.config.HCaptchaConfig import com.stripe.hcaptcha.config.HCaptchaInternalConfig import java.io.Serializable @@ -50,7 +50,7 @@ object HCaptchaCompat { } fun getStateListener(bundle: Bundle): HCaptchaStateListener? { - return getParcelable(bundle, KEY_LISTENER, HCaptchaStateListener::class.java) + return BundleCompat.getParcelable(bundle, KEY_LISTENER, HCaptchaStateListener::class.java) } @Suppress("deprecation", "UNCHECKED_CAST") @@ -61,13 +61,4 @@ object HCaptchaCompat { bundle.getSerializable(key) as T? } } - - @Suppress("deprecation", "UNCHECKED_CAST", "SameParameterValue") - private fun getParcelable(bundle: Bundle, key: String, clazz: Class): T? { - return if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { - bundle.getParcelable(key, clazz) - } else { - bundle.getParcelable(key) as T? - } - } } diff --git a/hcaptcha/src/test/java/com/stripe/hcaptcha/HCaptchaCompatTest.kt b/hcaptcha/src/test/java/com/stripe/hcaptcha/HCaptchaCompatTest.kt new file mode 100644 index 00000000000..a8bbb5650e2 --- /dev/null +++ b/hcaptcha/src/test/java/com/stripe/hcaptcha/HCaptchaCompatTest.kt @@ -0,0 +1,35 @@ +package com.stripe.hcaptcha + +import android.os.Build +import com.google.common.truth.Truth.assertThat +import com.stripe.hcaptcha.config.HCaptchaConfig +import com.stripe.hcaptcha.config.HCaptchaInternalConfig +import org.junit.Test +import org.junit.runner.RunWith +import org.robolectric.RobolectricTestRunner +import org.robolectric.annotation.Config + +@RunWith(RobolectricTestRunner::class) +@Config(sdk = [Build.VERSION_CODES.TIRAMISU]) +class HCaptchaCompatTest { + + @Test + fun testStoreValues() { + val config = HCaptchaConfig(siteKey = "test") + val internalConfig = HCaptchaInternalConfig() + val listener = HCaptchaStateListener( + onOpen = {}, + onSuccess = {}, + onFailure = {} + ) + val bundle = HCaptchaCompat.storeValues( + internalConfig = internalConfig, + config = config, + listener = listener + ) + + assertThat(HCaptchaCompat.getConfig(bundle)).isEqualTo(config) + assertThat(HCaptchaCompat.getInternalConfig(bundle)).isEqualTo(internalConfig) + assertThat(HCaptchaCompat.getStateListener(bundle)).isEqualTo(listener) + } +} diff --git a/identity/dependencies/dependencies.txt b/identity/dependencies/dependencies.txt index bb68eaca349..89fb52f00eb 100644 --- a/identity/dependencies/dependencies.txt +++ b/identity/dependencies/dependencies.txt @@ -18,15 +18,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.3.1 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -88,7 +88,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -149,16 +149,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -207,10 +207,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -218,21 +218,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -254,22 +254,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -308,7 +308,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -319,17 +319,17 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 | +--- androidx.appcompat:appcompat:1.6.1 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.annotation:annotation:1.7.1 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) | +--- androidx.camera:camera-core:1.3.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- androidx.exifinterface:exifinterface:1.3.2 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) @@ -345,7 +345,7 @@ | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | +--- androidx.camera:camera-core:1.3.1 (*) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | +--- com.google.guava:listenablefuture:1.0 | | +--- androidx.camera:camera-core:1.3.1 (c) @@ -355,7 +355,7 @@ | +--- androidx.camera:camera-lifecycle:1.3.1 | | +--- androidx.camera:camera-core:1.3.1 (*) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | +--- com.google.guava:listenablefuture:1.0 @@ -365,7 +365,7 @@ | | \--- androidx.camera:camera-video:1.3.1 (c) | \--- androidx.camera:camera-view:1.3.1 | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) -| +--- androidx.annotation:annotation-experimental:1.3.1 (*) +| +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.0 (*) | +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) | +--- androidx.camera:camera-core:1.3.1 (*) | +--- androidx.camera:camera-lifecycle:1.3.1 (*) @@ -373,14 +373,14 @@ | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | +--- androidx.camera:camera-core:1.3.1 (*) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | +--- androidx.camera:camera-camera2:1.3.1 (c) | | +--- androidx.camera:camera-core:1.3.1 (c) | | +--- androidx.camera:camera-lifecycle:1.3.1 (c) | | \--- androidx.camera:camera-view:1.3.1 (c) | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | +--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.7.0 (*) | +--- com.google.auto.value:auto-value-annotations:1.6.3 | +--- com.google.guava:listenablefuture:1.0 @@ -394,7 +394,7 @@ | +--- project :stripe-core (*) | +--- androidx.activity:activity-ktx:1.8.2 | | +--- androidx.activity:activity:1.8.2 (*) -| | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -421,7 +421,7 @@ | | +--- androidx.activity:activity:1.8.2 (c) | | \--- androidx.activity:activity-compose:1.8.2 (c) | +--- androidx.annotation:annotation:1.7.1 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.compose.foundation:foundation:1.5.4 | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -445,7 +445,7 @@ | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -509,7 +509,7 @@ | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.7.3 (*) @@ -521,9 +521,9 @@ | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -553,7 +553,7 @@ | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -567,7 +567,7 @@ | | +--- androidx.compose.ui:ui:1.5.4 (*) | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -636,7 +636,7 @@ | \--- org.tensorflow:tensorflow-lite:2.11.0 (*) +--- com.google.accompanist:accompanist-themeadapter-material:0.32.0 | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -654,18 +654,18 @@ | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 (*) -| | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.loader:loader:1.0.0 (*) @@ -673,25 +673,25 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | \--- androidx.print:print:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | +--- androidx.transition:transition:1.2.0 -> 1.4.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | \--- androidx.viewpager2:viewpager2:1.0.0 | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | +--- androidx.recyclerview:recyclerview:1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | \--- androidx.collection:collection:1.1.0 (*) | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 (*) @@ -699,13 +699,13 @@ +--- androidx.appcompat:appcompat:1.6.1 (*) +--- androidx.browser:browser:1.7.0 (*) +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.fragment:fragment-ktx:1.6.2 | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.2 (*) | +--- androidx.collection:collection-ktx:1.1.0 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | \--- androidx.collection:collection:1.1.0 (*) -| +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | +--- androidx.fragment:fragment:1.6.2 (*) | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -731,15 +731,15 @@ | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c) | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) +--- androidx.legacy:legacy-support-v4:1.0.0 -| +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | +--- androidx.media:media:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | \--- androidx.versionedparcelable:versionedparcelable:1.0.0 -> 1.1.1 (*) | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | +--- androidx.legacy:legacy-support-core-ui:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | +--- androidx.legacy:legacy-support-core-utils:1.0.0 (*) | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | +--- androidx.viewpager:viewpager:1.0.0 (*) @@ -748,22 +748,22 @@ | | +--- androidx.slidingpanelayout:slidingpanelayout:1.0.0 -> 1.2.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.customview:customview:1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.window:window:1.0.0 | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.24 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.7.3 (*) | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | \--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | \--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | \--- androidx.transition:transition:1.4.1 (*) | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | +--- androidx.swiperefreshlayout:swiperefreshlayout:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | \--- androidx.interpolator:interpolator:1.0.0 (*) | | +--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | \--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | \--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | \--- androidx.cursoradapter:cursoradapter:1.0.0 (*) | \--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) +--- androidx.navigation:navigation-fragment-ktx:2.7.6 @@ -771,14 +771,14 @@ | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) | | | +--- androidx.navigation:navigation-common:2.7.6 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection-ktx:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -844,7 +844,7 @@ +--- androidx.navigation:navigation-ui-ktx:2.7.6 | +--- androidx.navigation:navigation-runtime-ktx:2.7.6 (*) | +--- androidx.navigation:navigation-ui:2.7.6 -| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | +--- androidx.customview:customview:1.1.0 (*) | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | +--- androidx.navigation:navigation-runtime:2.7.6 (*) @@ -893,7 +893,7 @@ | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 -| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 diff --git a/link/dependencies/dependencies.txt b/link/dependencies/dependencies.txt index 5de14bc006c..5dc7e8598cb 100644 --- a/link/dependencies/dependencies.txt +++ b/link/dependencies/dependencies.txt @@ -15,15 +15,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -88,7 +88,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -150,16 +150,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -208,10 +208,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -219,21 +219,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -255,22 +255,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -309,7 +309,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -320,7 +320,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- androidx.databinding:viewbinding:8.5.2 @@ -329,6 +329,7 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core @@ -336,7 +337,7 @@ | | +--- project :stripe-core (*) | | +--- androidx.activity:activity-ktx:1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -363,7 +364,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -387,7 +388,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -453,7 +454,7 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -466,9 +467,9 @@ | | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -499,7 +500,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -513,7 +514,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -570,7 +571,7 @@ | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -588,21 +589,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -610,27 +611,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -667,7 +668,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -699,7 +700,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -707,7 +708,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -742,7 +743,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -761,7 +762,7 @@ | +--- project :payments-core (*) | +--- project :stripe-ui-core (*) | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.annotation:annotation:1.7.1 (*) | +--- androidx.appcompat:appcompat:1.6.1 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -802,7 +803,7 @@ | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 -| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 @@ -840,7 +841,7 @@ | | | +--- androidx.navigation:navigation-common:2.7.6 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection-ktx:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -858,7 +859,7 @@ | | | \--- androidx.navigation:navigation-runtime-ktx:2.7.6 (c) | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) diff --git a/network-testing/dependencies/dependencies.txt b/network-testing/dependencies/dependencies.txt index c9708ca74eb..3c1326c9cf9 100644 --- a/network-testing/dependencies/dependencies.txt +++ b/network-testing/dependencies/dependencies.txt @@ -29,15 +29,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -94,7 +94,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -152,16 +152,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -206,10 +206,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -217,21 +217,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -251,22 +251,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -301,7 +301,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -312,7 +312,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- androidx.databinding:viewbinding:8.5.2 @@ -321,6 +321,7 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core @@ -328,7 +329,7 @@ | | +--- project :stripe-core (*) | | +--- androidx.activity:activity-ktx:1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -353,7 +354,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -376,7 +377,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -441,7 +442,7 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -454,9 +455,9 @@ | | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -487,7 +488,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -500,7 +501,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -557,7 +558,7 @@ | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -575,21 +576,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -597,27 +598,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -654,7 +655,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -686,7 +687,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -694,7 +695,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -727,7 +728,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) diff --git a/payment-method-messaging/dependencies/dependencies.txt b/payment-method-messaging/dependencies/dependencies.txt index 53366aa1fa5..a2abdb19d73 100644 --- a/payment-method-messaging/dependencies/dependencies.txt +++ b/payment-method-messaging/dependencies/dependencies.txt @@ -14,15 +14,15 @@ | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | \--- com.google.guava:listenablefuture:1.0 -| | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -87,7 +87,7 @@ | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | \--- androidx.core:core-ktx:1.13.1 (c) | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | \--- com.google.guava:listenablefuture:1.0 | +--- com.google.dagger:dagger:2.50 @@ -151,16 +151,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -209,10 +209,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -220,21 +220,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -256,22 +256,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -310,7 +310,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -321,7 +321,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- androidx.databinding:viewbinding:8.5.2 @@ -330,6 +330,7 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core @@ -337,7 +338,7 @@ | | +--- project :stripe-core (*) | | +--- androidx.activity:activity-ktx:1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -364,7 +365,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -387,7 +388,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -452,7 +453,7 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -465,9 +466,9 @@ | | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -498,7 +499,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -512,7 +513,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -569,7 +570,7 @@ | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -587,21 +588,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -609,27 +610,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -666,7 +667,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -698,7 +699,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -706,7 +707,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -741,7 +742,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -759,7 +760,7 @@ | +--- project :payments-core (*) | +--- project :stripe-ui-core (*) | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.annotation:annotation:1.7.1 (*) | +--- androidx.appcompat:appcompat:1.6.1 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -793,7 +794,7 @@ | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 -| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 @@ -831,7 +832,7 @@ | | | +--- androidx.navigation:navigation-common:2.7.6 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection-ktx:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -849,7 +850,7 @@ | | | \--- androidx.navigation:navigation-runtime-ktx:2.7.6 (c) | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) diff --git a/payments-core-testing/dependencies/dependencies.txt b/payments-core-testing/dependencies/dependencies.txt index dde6608198c..582b4f13d54 100644 --- a/payments-core-testing/dependencies/dependencies.txt +++ b/payments-core-testing/dependencies/dependencies.txt @@ -15,15 +15,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -86,7 +86,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -144,16 +144,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -198,10 +198,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -209,21 +209,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -243,22 +243,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -293,7 +293,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -304,7 +304,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- androidx.databinding:viewbinding:8.5.2 @@ -313,6 +313,7 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core @@ -320,7 +321,7 @@ | | +--- project :stripe-core (*) | | +--- androidx.activity:activity-ktx:1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -345,7 +346,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -368,7 +369,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -433,7 +434,7 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -446,9 +447,9 @@ | | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -479,7 +480,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -492,7 +493,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -549,7 +550,7 @@ | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -567,21 +568,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -589,27 +590,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -646,7 +647,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -678,7 +679,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -686,7 +687,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -719,7 +720,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) diff --git a/payments-core/dependencies/dependencies.txt b/payments-core/dependencies/dependencies.txt index e71d0dcbe1f..575c4300b73 100644 --- a/payments-core/dependencies/dependencies.txt +++ b/payments-core/dependencies/dependencies.txt @@ -13,15 +13,15 @@ | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | \--- com.google.guava:listenablefuture:1.0 -| | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -82,7 +82,7 @@ | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | \--- androidx.core:core-ktx:1.13.1 (c) | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | \--- com.google.guava:listenablefuture:1.0 | +--- com.google.dagger:dagger:2.50 @@ -140,16 +140,16 @@ | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | +--- androidx.core:core:1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | \--- androidx.core:core:1.13.1 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -194,10 +194,10 @@ | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -205,21 +205,21 @@ | | | | \--- androidx.collection:collection:1.1.0 (*) | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.customview:customview:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -239,22 +239,22 @@ | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | +--- androidx.loader:loader:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -289,7 +289,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -300,7 +300,7 @@ | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) +--- androidx.databinding:viewbinding:8.5.2 @@ -309,6 +309,7 @@ +--- project :hcaptcha | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | +--- androidx.appcompat:appcompat:1.6.1 (*) +| +--- androidx.core:core:1.13.1 (*) | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) +--- project :stripe-ui-core @@ -316,7 +317,7 @@ | +--- project :stripe-core (*) | +--- androidx.activity:activity-ktx:1.8.2 | | +--- androidx.activity:activity:1.8.2 (*) -| | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -341,7 +342,7 @@ | | +--- androidx.activity:activity:1.8.2 (c) | | \--- androidx.activity:activity-compose:1.8.2 (c) | +--- androidx.annotation:annotation:1.7.1 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.compose.foundation:foundation:1.5.4 | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -364,7 +365,7 @@ | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -429,7 +430,7 @@ | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -442,9 +443,9 @@ | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -475,7 +476,7 @@ | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -488,7 +489,7 @@ | | +--- androidx.compose.ui:ui:1.5.4 (*) | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -545,7 +546,7 @@ | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -563,21 +564,21 @@ | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.loader:loader:1.0.0 (*) @@ -585,27 +586,27 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | \--- androidx.print:print:1.0.0 | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | +--- androidx.transition:transition:1.2.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | +--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -642,7 +643,7 @@ | +--- androidx.collection:collection-ktx:1.1.0 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | \--- androidx.collection:collection:1.1.0 (*) -| +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | +--- androidx.fragment:fragment:1.6.2 (*) | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -674,7 +675,7 @@ | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | \--- com.google.android.gms:play-services-basement:18.3.0 | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) +--- com.google.android.material:material:1.11.0 (*) @@ -682,7 +683,7 @@ | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | +--- com.google.android.gms:play-services-base:18.3.0 | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -715,7 +716,7 @@ | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | +--- androidx.activity:activity-ktx:1.8.2 (*) | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) diff --git a/payments-model/dependencies/dependencies.txt b/payments-model/dependencies/dependencies.txt index c6dcc980d3e..5383e146362 100644 --- a/payments-model/dependencies/dependencies.txt +++ b/payments-model/dependencies/dependencies.txt @@ -14,15 +14,15 @@ | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 -| | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | +--- androidx.annotation:annotation:1.6.0 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) @@ -78,7 +78,7 @@ | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | \--- androidx.core:core-ktx:1.13.1 (c) | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | \--- com.google.guava:listenablefuture:1.0 | +--- com.google.dagger:dagger:2.50 @@ -129,16 +129,16 @@ | +--- androidx.activity:activity:1.6.0 | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | | +--- androidx.core:core:1.12.0 (*) +| | | | +--- androidx.core:core:1.13.1 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core:1.12.0 (c) +| | | | \--- androidx.core:core:1.13.1 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -175,10 +175,10 @@ | +--- androidx.appcompat:appcompat-resources:1.6.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -186,20 +186,20 @@ | | | \--- androidx.collection:collection:1.1.0 (*) | | \--- androidx.appcompat:appcompat:1.6.1 (c) | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | \--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | \--- androidx.customview:customview:1.0.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | \--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | \--- androidx.core:core:1.0.0 -> 1.13.1 (*) | +--- androidx.emoji2:emoji2:1.2.0 | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | +--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -216,19 +216,19 @@ | | \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | +--- androidx.emoji2:emoji2-views-helper:1.2.0 | | +--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | \--- androidx.emoji2:emoji2:1.2.0 (*) | +--- androidx.fragment:fragment:1.3.6 | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*) -| | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | +--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.viewpager:viewpager:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | \--- androidx.customview:customview:1.0.0 (*) | | +--- androidx.loader:loader:1.0.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*) -| | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -260,7 +260,7 @@ | | +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.7.0 (*) | | +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.1 (*) -| | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.7.0 (*) | +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*) | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 @@ -268,6 +268,6 @@ | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) \ No newline at end of file diff --git a/payments-ui-core/dependencies/dependencies.txt b/payments-ui-core/dependencies/dependencies.txt index ab9cfa2f246..70ee6263b40 100644 --- a/payments-ui-core/dependencies/dependencies.txt +++ b/payments-ui-core/dependencies/dependencies.txt @@ -16,15 +16,15 @@ | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | \--- com.google.guava:listenablefuture:1.0 -| | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -85,7 +85,7 @@ | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | \--- androidx.core:core-ktx:1.13.1 (c) | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | \--- com.google.guava:listenablefuture:1.0 | +--- com.google.dagger:dagger:2.50 @@ -145,16 +145,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -199,10 +199,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -210,21 +210,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -244,22 +244,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -294,7 +294,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -305,7 +305,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- androidx.databinding:viewbinding:8.5.2 (*) @@ -313,6 +313,7 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core @@ -320,7 +321,7 @@ | | +--- project :stripe-core (*) | | +--- androidx.activity:activity-ktx:1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -345,7 +346,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -368,7 +369,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -433,7 +434,7 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -446,9 +447,9 @@ | | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -479,7 +480,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -492,7 +493,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -549,7 +550,7 @@ | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -567,21 +568,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -589,27 +590,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -646,7 +647,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -678,7 +679,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -686,7 +687,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -719,7 +720,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -732,7 +733,7 @@ | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) +--- project :stripe-ui-core (*) +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.annotation:annotation:1.7.1 (*) +--- androidx.appcompat:appcompat:1.6.1 (*) +--- com.google.android.material:material:1.11.0 (*) diff --git a/payments/dependencies/dependencies.txt b/payments/dependencies/dependencies.txt index f84a8c14dc7..41b0b94e5a3 100644 --- a/payments/dependencies/dependencies.txt +++ b/payments/dependencies/dependencies.txt @@ -14,15 +14,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -87,7 +87,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -149,16 +149,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -207,10 +207,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -218,21 +218,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -254,22 +254,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -308,7 +308,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -319,7 +319,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- androidx.databinding:viewbinding:8.5.2 @@ -328,6 +328,7 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core @@ -335,7 +336,7 @@ | | +--- project :stripe-core (*) | | +--- androidx.activity:activity-ktx:1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -362,7 +363,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -386,7 +387,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -456,7 +457,7 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -470,9 +471,9 @@ | | | | | | | \--- androidx.compose.ui:ui-viewbinding:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -504,7 +505,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -518,7 +519,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -576,7 +577,7 @@ | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -594,21 +595,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -616,27 +617,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -673,7 +674,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -705,7 +706,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -713,7 +714,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -748,7 +749,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -774,7 +775,7 @@ | | | +--- project :payments-core (*) | | | +--- project :stripe-ui-core (*) | | | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 (*) | | | +--- androidx.annotation:annotation:1.7.1 (*) | | | +--- androidx.appcompat:appcompat:1.6.1 (*) | | | +--- com.google.android.material:material:1.11.0 (*) @@ -815,7 +816,7 @@ | | | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | | | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 -| | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 @@ -853,7 +854,7 @@ | | | | | +--- androidx.navigation:navigation-common:2.7.6 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | | +--- androidx.collection:collection-ktx:1.1.0 (*) -| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -871,7 +872,7 @@ | | | | | \--- androidx.navigation:navigation-runtime-ktx:2.7.6 (c) | | | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -936,7 +937,7 @@ | +--- androidx.activity:activity-compose:1.8.2 (*) | +--- androidx.navigation:navigation-compose:2.7.6 (*) | +--- com.google.accompanist:accompanist-systemuicontroller:0.32.0 -| | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | +--- androidx.compose.ui:ui:1.5.0 -> 1.5.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.10 (*) @@ -945,7 +946,7 @@ | | +--- com.google.android.gms:play-services-wallet:19.2.1 -> 19.3.0 (*) | | +--- androidx.compose.ui:ui:1.5.4 (*) | | +--- androidx.compose.material:material:1.5.4 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) | +--- androidx.compose.ui:ui-tooling-preview:1.5.4 (*) diff --git a/paymentsheet-example/dependencies/dependencies.txt b/paymentsheet-example/dependencies/dependencies.txt index 95df46d3481..dd37a1bd7d9 100644 --- a/paymentsheet-example/dependencies/dependencies.txt +++ b/paymentsheet-example/dependencies/dependencies.txt @@ -18,15 +18,15 @@ | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- com.google.guava:listenablefuture:1.0 -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.3.1 +| | | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -91,7 +91,7 @@ | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | | \--- com.google.guava:listenablefuture:1.0 | | | +--- com.google.dagger:dagger:2.50 @@ -153,16 +153,16 @@ | | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -211,10 +211,10 @@ | | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -222,21 +222,21 @@ | | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -258,22 +258,22 @@ | | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.loader:loader:1.0.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -312,7 +312,7 @@ | | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -323,7 +323,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | | +--- androidx.databinding:viewbinding:8.5.2 (*) @@ -331,6 +331,7 @@ | | +--- project :hcaptcha | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | | +--- androidx.core:core:1.13.1 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | | +--- project :stripe-ui-core @@ -338,7 +339,7 @@ | | | +--- project :stripe-core (*) | | | +--- androidx.activity:activity-ktx:1.8.2 | | | | +--- androidx.activity:activity:1.8.2 (*) -| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -365,7 +366,7 @@ | | | | +--- androidx.activity:activity:1.8.2 (c) | | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | | +--- androidx.annotation:annotation:1.7.1 (*) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.4 | | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -389,7 +390,7 @@ | | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -467,7 +468,7 @@ | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -483,9 +484,9 @@ | | | | | | | | \--- androidx.compose.ui:ui-viewbinding:1.5.4 (c) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -519,7 +520,7 @@ | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -533,7 +534,7 @@ | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -596,7 +597,7 @@ | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -614,21 +615,21 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -636,27 +637,27 @@ | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | | \--- androidx.print:print:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | | +--- androidx.transition:transition:1.2.0 -> 1.4.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.3.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -693,7 +694,7 @@ | | | +--- androidx.collection:collection-ktx:1.1.0 | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -725,7 +726,7 @@ | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | | +--- com.google.android.material:material:1.11.0 (*) @@ -733,7 +734,7 @@ | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-base:18.3.0 | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -768,7 +769,7 @@ | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c) | | | | +--- androidx.lifecycle:lifecycle-common:2.7.0 (c) | | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -794,7 +795,7 @@ | | | | +--- project :payments-core (*) | | | | +--- project :stripe-ui-core (*) | | | | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -| | | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.13.1 (*) | | | | +--- androidx.annotation:annotation:1.7.1 (*) | | | | +--- androidx.appcompat:appcompat:1.6.1 (*) | | | | +--- com.google.android.material:material:1.11.0 (*) @@ -835,7 +836,7 @@ | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | | | | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 -| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 @@ -873,7 +874,7 @@ | | | | | | +--- androidx.navigation:navigation-common:2.7.6 | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | | | +--- androidx.collection:collection-ktx:1.1.0 (*) -| | | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -899,7 +900,7 @@ | | | | | | \--- androidx.navigation:navigation-ui-ktx:2.7.6 (c) | | | | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -978,7 +979,7 @@ | | +--- androidx.activity:activity-compose:1.8.2 (*) | | +--- androidx.navigation:navigation-compose:2.7.6 (*) | | +--- com.google.accompanist:accompanist-systemuicontroller:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.ui:ui:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*) | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.10 (*) @@ -987,7 +988,7 @@ | | | +--- com.google.android.gms:play-services-wallet:19.2.1 -> 19.3.0 (*) | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.material:material:1.5.4 (*) -| | | +--- androidx.core:core-ktx:1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | | +--- com.google.android.material:material:1.11.0 (*) | | +--- androidx.compose.ui:ui-tooling-preview:1.5.4 (*) @@ -1005,14 +1006,14 @@ | | +--- project :stripe-core (*) | | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.annotation:annotation:1.7.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) | | +--- androidx.camera:camera-core:1.3.1 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.exifinterface:exifinterface:1.3.2 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) @@ -1028,7 +1029,7 @@ | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | +--- androidx.camera:camera-core:1.3.1 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | | +--- com.google.guava:listenablefuture:1.0 | | | +--- androidx.camera:camera-core:1.3.1 (c) @@ -1038,7 +1039,7 @@ | | +--- androidx.camera:camera-lifecycle:1.3.1 | | | +--- androidx.camera:camera-core:1.3.1 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) | | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | | +--- com.google.guava:listenablefuture:1.0 @@ -1048,7 +1049,7 @@ | | | \--- androidx.camera:camera-video:1.3.1 (c) | | \--- androidx.camera:camera-view:1.3.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.3.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.0 (*) | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) | | +--- androidx.camera:camera-core:1.3.1 (*) | | +--- androidx.camera:camera-lifecycle:1.3.1 (*) @@ -1056,14 +1057,14 @@ | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | +--- androidx.camera:camera-core:1.3.1 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | | +--- androidx.camera:camera-camera2:1.3.1 (c) | | | +--- androidx.camera:camera-core:1.3.1 (c) | | | +--- androidx.camera:camera-lifecycle:1.3.1 (c) | | | \--- androidx.camera:camera-view:1.3.1 (c) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.7.0 (*) | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | +--- com.google.guava:listenablefuture:1.0 @@ -1080,7 +1081,7 @@ | | \--- androidx.annotation:annotation:1.7.1 (*) | +--- androidx.appcompat:appcompat:1.6.1 (*) | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*) @@ -1114,7 +1115,7 @@ +--- androidx.activity:activity-ktx:1.8.2 (*) +--- androidx.appcompat:appcompat:1.6.1 (*) +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (*) +--- androidx.navigation:navigation-fragment-ktx:2.7.6 | +--- androidx.navigation:navigation-fragment:2.7.6 @@ -1123,13 +1124,13 @@ | | +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.customview:customview:1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.window:window:1.0.0 | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.24 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.7.3 (*) | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | \--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | \--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | \--- androidx.transition:transition:1.4.1 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) | | +--- androidx.navigation:navigation-compose:2.7.6 (c) @@ -1152,7 +1153,7 @@ +--- androidx.navigation:navigation-ui-ktx:2.7.6 | +--- androidx.navigation:navigation-runtime-ktx:2.7.6 (*) | +--- androidx.navigation:navigation-ui:2.7.6 -| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | +--- androidx.customview:customview:1.1.0 (*) | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | +--- androidx.navigation:navigation-runtime:2.7.6 (*) @@ -1178,13 +1179,13 @@ | +--- androidx.preference:preference:1.2.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) -| | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.6.2 (*) | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 (*) | | +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0 (*) | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.6.2 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.24 (*) +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (*) diff --git a/paymentsheet/dependencies/dependencies.txt b/paymentsheet/dependencies/dependencies.txt index 6535508ca42..4729652eede 100644 --- a/paymentsheet/dependencies/dependencies.txt +++ b/paymentsheet/dependencies/dependencies.txt @@ -14,15 +14,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -87,7 +87,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -149,16 +149,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -207,10 +207,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -218,21 +218,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -254,22 +254,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -308,7 +308,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -319,7 +319,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- androidx.databinding:viewbinding:8.5.2 @@ -328,6 +328,7 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core @@ -335,7 +336,7 @@ | | +--- project :stripe-core (*) | | +--- androidx.activity:activity-ktx:1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -362,7 +363,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -386,7 +387,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -456,7 +457,7 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -470,9 +471,9 @@ | | | | | | | \--- androidx.compose.ui:ui-viewbinding:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -504,7 +505,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -518,7 +519,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -576,7 +577,7 @@ | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -594,21 +595,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -616,27 +617,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -673,7 +674,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -705,7 +706,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -713,7 +714,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -748,7 +749,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -772,7 +773,7 @@ | | +--- project :payments-core (*) | | +--- project :stripe-ui-core (*) | | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.annotation:annotation:1.7.1 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) | | +--- com.google.android.material:material:1.11.0 (*) @@ -813,7 +814,7 @@ | | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 -| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 @@ -851,7 +852,7 @@ | | | | +--- androidx.navigation:navigation-common:2.7.6 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection-ktx:1.1.0 (*) -| | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -869,7 +870,7 @@ | | | | \--- androidx.navigation:navigation-runtime-ktx:2.7.6 (c) | | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -934,7 +935,7 @@ +--- androidx.activity:activity-compose:1.8.2 (*) +--- androidx.navigation:navigation-compose:2.7.6 (*) +--- com.google.accompanist:accompanist-systemuicontroller:0.32.0 -| +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | +--- androidx.compose.ui:ui:1.5.0 -> 1.5.4 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.10 (*) @@ -943,7 +944,7 @@ | +--- com.google.android.gms:play-services-wallet:19.2.1 -> 19.3.0 (*) | +--- androidx.compose.ui:ui:1.5.4 (*) | +--- androidx.compose.material:material:1.5.4 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) +--- com.google.android.material:material:1.11.0 (*) +--- androidx.compose.ui:ui-tooling-preview:1.5.4 (*) diff --git a/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/bacs/BacsMandateConfirmationContract.kt b/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/bacs/BacsMandateConfirmationContract.kt index 6dca732b510..f410113db46 100644 --- a/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/bacs/BacsMandateConfirmationContract.kt +++ b/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/bacs/BacsMandateConfirmationContract.kt @@ -2,9 +2,9 @@ package com.stripe.android.paymentsheet.paymentdatacollection.bacs import android.content.Context import android.content.Intent -import android.os.Build import android.os.Parcelable import androidx.activity.result.contract.ActivityResultContract +import androidx.core.os.BundleCompat import com.stripe.android.paymentsheet.PaymentSheet import kotlinx.parcelize.Parcelize @@ -33,11 +33,8 @@ internal class BacsMandateConfirmationContract : ) : Parcelable { companion object { fun fromIntent(intent: Intent): Args? { - return if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { - intent.getParcelableExtra(EXTRA_ARGS, Args::class.java) - } else { - @Suppress("DEPRECATION") - intent.getParcelableExtra(EXTRA_ARGS) + return intent.extras?.let { bundle -> + BundleCompat.getParcelable(bundle, EXTRA_ARGS, Args::class.java) } } } diff --git a/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/bacs/BacsMandateConfirmationResult.kt b/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/bacs/BacsMandateConfirmationResult.kt index c580535a3fd..68300627913 100644 --- a/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/bacs/BacsMandateConfirmationResult.kt +++ b/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/bacs/BacsMandateConfirmationResult.kt @@ -1,8 +1,8 @@ package com.stripe.android.paymentsheet.paymentdatacollection.bacs import android.content.Intent -import android.os.Build import android.os.Parcelable +import androidx.core.os.BundleCompat import com.stripe.android.view.ActivityStarter import kotlinx.parcelize.Parcelize @@ -17,20 +17,16 @@ internal sealed interface BacsMandateConfirmationResult : Parcelable { object Cancelled : BacsMandateConfirmationResult companion object { - private const val EXTRA_RESULT = ActivityStarter.Result.EXTRA + internal const val EXTRA_RESULT = ActivityStarter.Result.EXTRA fun toIntent(intent: Intent, result: BacsMandateConfirmationResult): Intent { return intent.putExtra(EXTRA_RESULT, result) } fun fromIntent(intent: Intent?): BacsMandateConfirmationResult { - val result = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { - intent?.getParcelableExtra(EXTRA_RESULT, BacsMandateConfirmationResult::class.java) - } else { - @Suppress("DEPRECATION") - intent?.getParcelableExtra(EXTRA_RESULT) + val result = intent?.extras?.let { bundle -> + BundleCompat.getParcelable(bundle, EXTRA_RESULT, BacsMandateConfirmationResult::class.java) } - return result ?: Cancelled } } diff --git a/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/cvcrecollection/CvcRecollectionContract.kt b/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/cvcrecollection/CvcRecollectionContract.kt index a6f92165fef..9937445a88b 100644 --- a/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/cvcrecollection/CvcRecollectionContract.kt +++ b/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/cvcrecollection/CvcRecollectionContract.kt @@ -2,9 +2,9 @@ package com.stripe.android.paymentsheet.paymentdatacollection.cvcrecollection import android.content.Context import android.content.Intent -import android.os.Build import android.os.Parcelable import androidx.activity.result.contract.ActivityResultContract +import androidx.core.os.BundleCompat import com.stripe.android.model.CardBrand import com.stripe.android.paymentsheet.PaymentSheet import kotlinx.parcelize.Parcelize @@ -30,11 +30,8 @@ internal class CvcRecollectionContract : ) : Parcelable { companion object { fun fromIntent(intent: Intent): Args? { - return if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { - intent.getParcelableExtra(EXTRA_ARGS, Args::class.java) - } else { - @Suppress("DEPRECATION") - intent.getParcelableExtra(EXTRA_ARGS) + return intent.extras?.let { bundle -> + BundleCompat.getParcelable(bundle, EXTRA_ARGS, Args::class.java) } } } diff --git a/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/cvcrecollection/CvcRecollectionResult.kt b/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/cvcrecollection/CvcRecollectionResult.kt index ada1bf3b0cb..d9445e81c07 100644 --- a/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/cvcrecollection/CvcRecollectionResult.kt +++ b/paymentsheet/src/main/java/com/stripe/android/paymentsheet/paymentdatacollection/cvcrecollection/CvcRecollectionResult.kt @@ -1,8 +1,8 @@ package com.stripe.android.paymentsheet.paymentdatacollection.cvcrecollection import android.content.Intent -import android.os.Build import android.os.Parcelable +import androidx.core.os.BundleCompat import com.stripe.android.view.ActivityStarter import kotlinx.parcelize.Parcelize @@ -15,20 +15,16 @@ internal sealed interface CvcRecollectionResult : Parcelable { object Cancelled : CvcRecollectionResult companion object { - private const val EXTRA_RESULT = ActivityStarter.Result.EXTRA + internal const val EXTRA_RESULT = ActivityStarter.Result.EXTRA fun toIntent(intent: Intent, result: CvcRecollectionResult): Intent { return intent.putExtra(EXTRA_RESULT, result) } fun fromIntent(intent: Intent?): CvcRecollectionResult { - val result = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { - intent?.getParcelableExtra(EXTRA_RESULT, CvcRecollectionResult::class.java) - } else { - @Suppress("DEPRECATION") - intent?.getParcelableExtra(EXTRA_RESULT) + val result = intent?.extras?.let { bundle -> + BundleCompat.getParcelable(bundle, EXTRA_RESULT, CvcRecollectionResult::class.java) } - return result ?: Cancelled } } diff --git a/paymentsheet/src/test/java/com/stripe/android/paymentsheet/cvcrecollection/BacsMandateConfirmationContractTest.kt b/paymentsheet/src/test/java/com/stripe/android/paymentsheet/cvcrecollection/BacsMandateConfirmationContractTest.kt new file mode 100644 index 00000000000..280bc1b377b --- /dev/null +++ b/paymentsheet/src/test/java/com/stripe/android/paymentsheet/cvcrecollection/BacsMandateConfirmationContractTest.kt @@ -0,0 +1,85 @@ +package com.stripe.android.paymentsheet.cvcrecollection + +import android.content.Intent +import androidx.core.os.BundleCompat +import androidx.test.core.app.ApplicationProvider +import com.google.common.truth.Truth.assertThat +import com.stripe.android.paymentsheet.PaymentSheet +import com.stripe.android.paymentsheet.paymentdatacollection.bacs.BacsMandateConfirmationContract +import com.stripe.android.paymentsheet.paymentdatacollection.bacs.BacsMandateConfirmationContract.Args +import com.stripe.android.paymentsheet.paymentdatacollection.bacs.BacsMandateConfirmationResult +import org.junit.Test +import org.junit.runner.RunWith +import org.robolectric.RobolectricTestRunner + +@RunWith(RobolectricTestRunner::class) +class BacsMandateConfirmationContractTest { + + private val contract = BacsMandateConfirmationContract() + + @Test + fun testCreateIntent() { + val input = Args( + email = "", + nameOnAccount = "", + accountNumber = "", + appearance = PaymentSheet.Appearance(), + sortCode = "" + ) + + val intent = contract.createIntent(ApplicationProvider.getApplicationContext(), input) + + assertThat(intent).isNotNull() + assertThat(input).isEqualTo( + intent.extras?.let { + BundleCompat.getParcelable( + it, + BacsMandateConfirmationContract.EXTRA_ARGS, + Args::class.java + ) + } + ) + } + + @Test + fun testParseResultSuccessForConfirmedResult() { + val resultIntent = Intent().apply { + putExtra(BacsMandateConfirmationResult.EXTRA_RESULT, BacsMandateConfirmationResult.Confirmed) + } + + val result = contract.parseResult(0, resultIntent) + + assertThat(result).isEqualTo(BacsMandateConfirmationResult.Confirmed) + } + + @Test + fun testParseResultSuccessForCancelledResult() { + val resultIntent = Intent().apply { + putExtra(BacsMandateConfirmationResult.EXTRA_RESULT, BacsMandateConfirmationResult.Cancelled) + } + + val result = contract.parseResult(0, resultIntent) + + assertThat(result).isEqualTo(BacsMandateConfirmationResult.Cancelled) + } + + @Test + fun testParseResultSuccessForModifyDetailsResult() { + val resultIntent = Intent().apply { + putExtra(BacsMandateConfirmationResult.EXTRA_RESULT, BacsMandateConfirmationResult.ModifyDetails) + } + + val result = contract.parseResult(0, resultIntent) + + assertThat(result).isEqualTo(BacsMandateConfirmationResult.ModifyDetails) + } + + @Test + fun testParseResultFailure() { + val resultIntent = Intent() + + val result = contract.parseResult(0, resultIntent) + + assertThat(result).isEqualTo(BacsMandateConfirmationResult.Cancelled) + } +} diff --git a/paymentsheet/src/test/java/com/stripe/android/paymentsheet/cvcrecollection/CvcRecollectionContractTest.kt b/paymentsheet/src/test/java/com/stripe/android/paymentsheet/cvcrecollection/CvcRecollectionContractTest.kt new file mode 100644 index 00000000000..23f886c1fa9 --- /dev/null +++ b/paymentsheet/src/test/java/com/stripe/android/paymentsheet/cvcrecollection/CvcRecollectionContractTest.kt @@ -0,0 +1,67 @@ +package com.stripe.android.paymentsheet.cvcrecollection + +import android.content.Intent +import androidx.core.os.BundleCompat +import androidx.test.core.app.ApplicationProvider +import com.google.common.truth.Truth.assertThat +import com.stripe.android.model.CardBrand +import com.stripe.android.paymentsheet.PaymentSheet +import com.stripe.android.paymentsheet.paymentdatacollection.cvcrecollection.CvcRecollectionContract +import com.stripe.android.paymentsheet.paymentdatacollection.cvcrecollection.CvcRecollectionContract.Args +import com.stripe.android.paymentsheet.paymentdatacollection.cvcrecollection.CvcRecollectionContract.Companion.EXTRA_ARGS +import com.stripe.android.paymentsheet.paymentdatacollection.cvcrecollection.CvcRecollectionResult +import org.junit.Test +import org.junit.runner.RunWith +import org.robolectric.RobolectricTestRunner + +@RunWith(RobolectricTestRunner::class) +class CvcRecollectionContractTest { + + private val contract = CvcRecollectionContract() + + @Test + fun testCreateIntent() { + val input = Args( + lastFour = "444", + cardBrand = CardBrand.Visa, + appearance = PaymentSheet.Appearance(), + isTestMode = true + ) + + val intent = contract.createIntent(ApplicationProvider.getApplicationContext(), input) + + assertThat(intent).isNotNull() + assertThat(input).isEqualTo(intent.extras?.let { BundleCompat.getParcelable(it, EXTRA_ARGS, Args::class.java) }) + } + + @Test + fun testParseResultSuccessForConfirmedResult() { + val resultIntent = Intent().apply { + putExtra(CvcRecollectionResult.EXTRA_RESULT, CvcRecollectionResult.Confirmed("444")) + } + + val result = contract.parseResult(0, resultIntent) + + assertThat(result).isEqualTo(CvcRecollectionResult.Confirmed("444")) + } + + @Test + fun testParseResultSuccessForCancelledResult() { + val resultIntent = Intent().apply { + putExtra(CvcRecollectionResult.EXTRA_RESULT, CvcRecollectionResult.Cancelled) + } + + val result = contract.parseResult(0, resultIntent) + + assertThat(result).isEqualTo(CvcRecollectionResult.Cancelled) + } + + @Test + fun testParseResultFailure() { + val resultIntent = Intent() + + val result = contract.parseResult(0, resultIntent) + + assertThat(result).isEqualTo(CvcRecollectionResult.Cancelled) + } +} diff --git a/screenshot-testing/dependencies/dependencies.txt b/screenshot-testing/dependencies/dependencies.txt index 507a7055d75..7d79fe7d49e 100644 --- a/screenshot-testing/dependencies/dependencies.txt +++ b/screenshot-testing/dependencies/dependencies.txt @@ -139,15 +139,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -189,7 +189,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava | | +--- com.google.dagger:dagger:2.50 @@ -239,16 +239,16 @@ | | +--- androidx.activity:activity:1.8.2 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | +--- androidx.core:core:1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | \--- androidx.core:core:1.13.1 (c) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -282,7 +282,7 @@ | | | +--- androidx.tracing:tracing:1.0.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) | | | \--- androidx.activity:activity-ktx:1.8.2 (c) -| | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -303,7 +303,7 @@ | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) | | \--- androidx.activity:activity:1.8.2 (c) | +--- androidx.annotation:annotation:1.7.1 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.compose.foundation:foundation:1.5.4 | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -325,7 +325,7 @@ | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -387,11 +387,11 @@ | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -415,9 +415,9 @@ | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -447,7 +447,7 @@ | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | +--- androidx.compose.ui:ui:1.5.4 (*) @@ -459,7 +459,7 @@ | | +--- androidx.compose.ui:ui:1.5.4 (*) | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) diff --git a/stripe-test-e2e/dependencies/dependencies.txt b/stripe-test-e2e/dependencies/dependencies.txt index 0a2c602a73a..f26e65ead7d 100644 --- a/stripe-test-e2e/dependencies/dependencies.txt +++ b/stripe-test-e2e/dependencies/dependencies.txt @@ -16,15 +16,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 - | | | +--- androidx.core:core:1.1.0 -> 1.12.0 + | | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) - | | | | +--- androidx.annotation:annotation-experimental:1.3.0 + | | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) - | | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 + | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -89,7 +89,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) - | | | | \--- androidx.core:core-ktx:1.12.0 (c) + | | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -151,16 +151,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) - | | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) - | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 + | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) - | | | | | | +--- androidx.core:core:1.12.0 (*) + | | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) - | | | | | | \--- androidx.core:core:1.12.0 (c) + | | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -209,10 +209,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) - | | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) - | | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) + | | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -220,21 +220,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) - | | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) - | | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) + | | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) + | | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) - | | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) - | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) - | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -256,22 +256,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) - | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) - | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) + | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) - | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) - | | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) + | | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -310,7 +310,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) - | | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) + | | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -321,7 +321,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) - | | +--- androidx.core:core-ktx:1.12.0 (*) + | | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- androidx.databinding:viewbinding:8.5.2 @@ -330,6 +330,7 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) + | | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core @@ -337,7 +338,7 @@ | | +--- project :stripe-core (*) | | +--- androidx.activity:activity-ktx:1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) - | | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) + | | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -364,7 +365,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) - | | +--- androidx.core:core-ktx:1.12.0 (*) + | | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -388,7 +389,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 - | | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) + | | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -458,7 +459,7 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) - | | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) + | | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -472,9 +473,9 @@ | | | | | | | \--- androidx.compose.ui:ui-viewbinding:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) - | | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) + | | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 - | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) + | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -506,7 +507,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) - | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) + | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -520,7 +521,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) - | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) + | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -578,7 +579,7 @@ | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 - | | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) + | | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -596,21 +597,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) - | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) - | | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 - | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) + | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 - | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) - | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -618,27 +619,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) - | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) + | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) - | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) - | | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) + | | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) - | | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) + | | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) - | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) + | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -675,7 +676,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) - | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) + | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -707,7 +708,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) - | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) + | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -715,7 +716,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) - | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) + | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -750,7 +751,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) - | | +--- androidx.core:core-ktx:1.12.0 (*) + | | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -776,7 +777,7 @@ | | | +--- project :payments-core (*) | | | +--- project :stripe-ui-core (*) | | | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) - | | | +--- androidx.core:core-ktx:1.12.0 (*) + | | | +--- androidx.core:core-ktx:1.13.1 (*) | | | +--- androidx.annotation:annotation:1.7.1 (*) | | | +--- androidx.appcompat:appcompat:1.6.1 (*) | | | +--- com.google.android.material:material:1.11.0 (*) @@ -817,7 +818,7 @@ | | | +--- androidx.compose.runtime:runtime-saveable:1.5.1 -> 1.5.4 (*) | | | +--- androidx.compose.ui:ui:1.5.1 -> 1.5.4 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 - | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) + | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*) | | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*) | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 @@ -855,7 +856,7 @@ | | | | | +--- androidx.navigation:navigation-common:2.7.6 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | | +--- androidx.collection:collection-ktx:1.1.0 (*) - | | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) + | | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -873,7 +874,7 @@ | | | | | \--- androidx.navigation:navigation-runtime-ktx:2.7.6 (c) | | | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) - | | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.0 (*) + | | | | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -938,7 +939,7 @@ | +--- androidx.activity:activity-compose:1.8.2 (*) | +--- androidx.navigation:navigation-compose:2.7.6 (*) | +--- com.google.accompanist:accompanist-systemuicontroller:0.32.0 - | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) + | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | +--- androidx.compose.ui:ui:1.5.0 -> 1.5.4 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 1.9.10 (*) @@ -947,7 +948,7 @@ | | +--- com.google.android.gms:play-services-wallet:19.2.1 -> 19.3.0 (*) | | +--- androidx.compose.ui:ui:1.5.4 (*) | | +--- androidx.compose.material:material:1.5.4 (*) - | | +--- androidx.core:core-ktx:1.12.0 (*) + | | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) | +--- androidx.compose.ui:ui-tooling-preview:1.5.4 (*) diff --git a/stripe-ui-core/dependencies/dependencies.txt b/stripe-ui-core/dependencies/dependencies.txt index 77ce67a22bf..9c9c2c5a675 100644 --- a/stripe-ui-core/dependencies/dependencies.txt +++ b/stripe-ui-core/dependencies/dependencies.txt @@ -14,15 +14,15 @@ | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | \--- com.google.guava:listenablefuture:1.0 -| | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -74,7 +74,7 @@ | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | \--- androidx.core:core-ktx:1.13.1 (c) | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | \--- com.google.guava:listenablefuture:1.0 | +--- com.google.dagger:dagger:2.50 @@ -124,16 +124,16 @@ | +--- androidx.activity:activity:1.8.2 | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.12.0 (*) +| | | | +--- androidx.core:core:1.13.1 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core:1.12.0 (c) +| | | | \--- androidx.core:core:1.13.1 (c) | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -167,7 +167,7 @@ | | +--- androidx.tracing:tracing:1.0.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) | | \--- androidx.activity:activity-ktx:1.8.2 (c) -| +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -188,7 +188,7 @@ | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) | \--- androidx.activity:activity:1.8.2 (c) +--- androidx.annotation:annotation:1.7.1 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.compose.foundation:foundation:1.5.4 | \--- androidx.compose.foundation:foundation-android:1.5.4 | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -210,7 +210,7 @@ | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -272,11 +272,11 @@ | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -300,9 +300,9 @@ | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -332,7 +332,7 @@ | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | +--- androidx.compose.ui:ui:1.5.4 (*) @@ -344,7 +344,7 @@ | +--- androidx.compose.ui:ui:1.5.4 (*) | +--- androidx.compose.ui:ui-text:1.5.4 (*) | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | +--- androidx.emoji2:emoji2:1.4.0 (*) | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) diff --git a/stripecardscan-example/dependencies/dependencies.txt b/stripecardscan-example/dependencies/dependencies.txt index 1c97990c9b9..6be08b3b90c 100644 --- a/stripecardscan-example/dependencies/dependencies.txt +++ b/stripecardscan-example/dependencies/dependencies.txt @@ -17,15 +17,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.3.1 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -85,7 +85,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -146,16 +146,16 @@ | | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -199,10 +199,10 @@ | | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -210,21 +210,21 @@ | | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.emoji2:emoji2:1.2.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -243,21 +243,21 @@ | | | | | \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | | \--- androidx.emoji2:emoji2:1.2.0 (*) | | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | | +--- androidx.loader:loader:1.0.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -292,7 +292,7 @@ | | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -303,17 +303,17 @@ | | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 | | +--- androidx.appcompat:appcompat:1.6.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.annotation:annotation:1.7.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) | | +--- androidx.camera:camera-core:1.3.1 | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.exifinterface:exifinterface:1.3.2 | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) @@ -329,7 +329,7 @@ | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | +--- androidx.camera:camera-core:1.3.1 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | | +--- com.google.guava:listenablefuture:1.0 | | | +--- androidx.camera:camera-core:1.3.1 (c) @@ -339,7 +339,7 @@ | | +--- androidx.camera:camera-lifecycle:1.3.1 | | | +--- androidx.camera:camera-core:1.3.1 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) | | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | | +--- com.google.guava:listenablefuture:1.0 @@ -349,7 +349,7 @@ | | | \--- androidx.camera:camera-video:1.3.1 (c) | | \--- androidx.camera:camera-view:1.3.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.3.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.0 (*) | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) | | +--- androidx.camera:camera-core:1.3.1 (*) | | +--- androidx.camera:camera-lifecycle:1.3.1 (*) @@ -357,14 +357,14 @@ | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | +--- androidx.camera:camera-core:1.3.1 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | | +--- androidx.camera:camera-camera2:1.3.1 (c) | | | +--- androidx.camera:camera-core:1.3.1 (c) | | | +--- androidx.camera:camera-lifecycle:1.3.1 (c) | | | \--- androidx.camera:camera-view:1.3.1 (c) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.7.0 (*) | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | +--- com.google.guava:listenablefuture:1.0 @@ -381,11 +381,11 @@ | | \--- androidx.annotation:annotation:1.7.1 (*) | +--- androidx.appcompat:appcompat:1.6.1 (*) | +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.fragment:fragment-ktx:1.6.2 | | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -411,7 +411,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -425,7 +425,7 @@ +--- androidx.activity:activity-ktx:1.8.2 (*) +--- androidx.appcompat:appcompat:1.6.1 (*) +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 | +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (*) | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (*) @@ -446,14 +446,14 @@ | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- androidx.navigation:navigation-runtime:2.7.6 | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.2 (*) -| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) | | | +--- androidx.navigation:navigation-common:2.7.6 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection-ktx:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*) @@ -479,16 +479,16 @@ | | +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.customview:customview:1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | +--- androidx.window:window:1.0.0 | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.24 (*) | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 -> 1.7.3 (*) | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | \--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | \--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | \--- androidx.transition:transition:1.4.1 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) | | +--- androidx.navigation:navigation-fragment-ktx:2.7.6 (c) @@ -526,7 +526,7 @@ +--- androidx.navigation:navigation-ui-ktx:2.7.6 | +--- androidx.navigation:navigation-runtime-ktx:2.7.6 (*) | +--- androidx.navigation:navigation-ui:2.7.6 -| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | +--- androidx.customview:customview:1.1.0 (*) | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | +--- androidx.navigation:navigation-runtime:2.7.6 (*) @@ -545,18 +545,18 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 (*) -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -564,12 +564,12 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) @@ -579,7 +579,7 @@ | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | +--- androidx.recyclerview:recyclerview:1.1.0 (*) -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | \--- androidx.collection:collection:1.1.0 (*) | | +--- androidx.navigation:navigation-common-ktx:2.7.6 (c) | | +--- androidx.navigation:navigation-fragment:2.7.6 (c) @@ -599,13 +599,13 @@ | +--- androidx.preference:preference:1.2.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) -| | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.5.1 -> 1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.6.2 (*) | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 (*) | | +--- androidx.slidingpanelayout:slidingpanelayout:1.2.0 (*) | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.6.2 (*) | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.24 (*) +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (*) diff --git a/stripecardscan/dependencies/dependencies.txt b/stripecardscan/dependencies/dependencies.txt index 1039cc526bc..4ff7b5c2d04 100644 --- a/stripecardscan/dependencies/dependencies.txt +++ b/stripecardscan/dependencies/dependencies.txt @@ -13,15 +13,15 @@ | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | \--- com.google.guava:listenablefuture:1.0 -| | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.3.1 +| | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -79,7 +79,7 @@ | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | \--- androidx.core:core-ktx:1.13.1 (c) | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | \--- com.google.guava:listenablefuture:1.0 | +--- com.google.dagger:dagger:2.50 @@ -139,16 +139,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.7.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -190,10 +190,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -201,20 +201,20 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | \--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | \--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -232,21 +232,21 @@ | | | | \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.emoji2:emoji2:1.2.0 (*) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -279,7 +279,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -290,17 +290,17 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 | +--- androidx.appcompat:appcompat:1.6.1 (*) -| +--- androidx.core:core-ktx:1.12.0 (*) +| +--- androidx.core:core-ktx:1.13.1 (*) | +--- androidx.annotation:annotation:1.7.1 (*) | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) | +--- androidx.camera:camera-core:1.3.1 | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) -| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*) +| | +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.4.0 (*) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- androidx.exifinterface:exifinterface:1.3.2 | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) @@ -316,7 +316,7 @@ | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | +--- androidx.camera:camera-core:1.3.1 (*) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | +--- com.google.guava:listenablefuture:1.0 | | +--- androidx.camera:camera-core:1.3.1 (c) @@ -326,7 +326,7 @@ | +--- androidx.camera:camera-lifecycle:1.3.1 | | +--- androidx.camera:camera-core:1.3.1 (*) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*) | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | +--- com.google.guava:listenablefuture:1.0 @@ -336,7 +336,7 @@ | | \--- androidx.camera:camera-video:1.3.1 (c) | \--- androidx.camera:camera-view:1.3.1 | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) -| +--- androidx.annotation:annotation-experimental:1.3.1 (*) +| +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.4.0 (*) | +--- androidx.appcompat:appcompat:1.1.0 -> 1.6.1 (*) | +--- androidx.camera:camera-core:1.3.1 (*) | +--- androidx.camera:camera-lifecycle:1.3.1 (*) @@ -344,14 +344,14 @@ | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | +--- androidx.camera:camera-core:1.3.1 (*) | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | +--- com.google.auto.value:auto-value-annotations:1.6.3 | | +--- androidx.camera:camera-camera2:1.3.1 (c) | | +--- androidx.camera:camera-core:1.3.1 (c) | | +--- androidx.camera:camera-lifecycle:1.3.1 (c) | | \--- androidx.camera:camera-view:1.3.1 (c) | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -| +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | +--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.7.0 (*) | +--- com.google.auto.value:auto-value-annotations:1.6.3 | +--- com.google.guava:listenablefuture:1.0 @@ -368,11 +368,11 @@ | \--- androidx.annotation:annotation:1.7.1 (*) +--- androidx.appcompat:appcompat:1.6.1 (*) +--- androidx.constraintlayout:constraintlayout:2.1.4 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) +--- androidx.fragment:fragment-ktx:1.6.2 | +--- androidx.activity:activity-ktx:1.5.1 -> 1.7.2 | | +--- androidx.activity:activity:1.7.2 (*) -| | +--- androidx.core:core-ktx:1.1.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.1.0 -> 1.13.1 (*) | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -397,7 +397,7 @@ | +--- androidx.collection:collection-ktx:1.1.0 | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | \--- androidx.collection:collection:1.1.0 (*) -| +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | +--- androidx.fragment:fragment:1.6.2 (*) | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) diff --git a/wechatpay/dependencies/dependencies.txt b/wechatpay/dependencies/dependencies.txt index e16cc7c1ebe..ad950a1b51c 100644 --- a/wechatpay/dependencies/dependencies.txt +++ b/wechatpay/dependencies/dependencies.txt @@ -15,15 +15,15 @@ | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | \--- com.google.guava:listenablefuture:1.0 -| | | +--- androidx.core:core:1.1.0 -> 1.12.0 +| | | +--- androidx.core:core:1.1.0 -> 1.13.1 | | | | +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.3.0 +| | | | +--- androidx.annotation:annotation-experimental:1.4.0 | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.interpolator:interpolator:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0 +| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | +--- androidx.arch.core:core-common:2.2.0 | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -84,7 +84,7 @@ | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | \--- androidx.core:core-ktx:1.12.0 (c) +| | | | \--- androidx.core:core-ktx:1.13.1 (c) | | | +--- androidx.interpolator:interpolator:1.0.0 (*) | | | \--- com.google.guava:listenablefuture:1.0 | | +--- com.google.dagger:dagger:2.50 @@ -142,16 +142,16 @@ | | | +--- androidx.activity:activity:1.6.0 -> 1.8.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.8.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.8.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 +| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | | +--- androidx.core:core:1.12.0 (*) +| | | | | | +--- androidx.core:core:1.13.1 (*) | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.24 (*) -| | | | | | \--- androidx.core:core:1.12.0 (c) +| | | | | | \--- androidx.core:core:1.13.1 (c) | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -196,10 +196,10 @@ | | | +--- androidx.appcompat:appcompat-resources:1.6.1 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0 | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) @@ -207,21 +207,21 @@ | | | | | \--- androidx.collection:collection:1.1.0 (*) | | | | \--- androidx.appcompat:appcompat:1.6.1 (c) | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.9.0 -> 1.12.0 (*) -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.9.0 -> 1.13.1 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.cursoradapter:cursoradapter:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | | \--- androidx.customview:customview:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.1.0 (*) | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0 | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -241,22 +241,22 @@ | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c) | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0 | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core:1.3.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.0 -> 1.13.1 (*) | | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | | \--- androidx.emoji2:emoji2:1.4.0 (c) | | | +--- androidx.fragment:fragment:1.3.6 -> 1.6.2 | | | | +--- androidx.activity:activity:1.7.2 -> 1.8.2 (*) | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | | +--- androidx.collection:collection:1.1.0 (*) -| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.0 (*) | | | | +--- androidx.loader:loader:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*) | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*) @@ -291,7 +291,7 @@ | | | | +--- androidx.savedstate:savedstate:1.2.1 (*) | | | | +--- androidx.viewpager:viewpager:1.0.0 | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | | \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.24 (*) | | | | \--- androidx.fragment:fragment-ktx:1.6.2 (c) @@ -302,7 +302,7 @@ | | | +--- androidx.savedstate:savedstate:1.2.0 -> 1.2.1 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.24 (*) | | | \--- androidx.appcompat:appcompat-resources:1.6.1 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- androidx.databinding:viewbinding:8.5.2 @@ -311,6 +311,7 @@ | +--- project :hcaptcha | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 (*) | | +--- androidx.appcompat:appcompat:1.6.1 (*) +| | +--- androidx.core:core:1.13.1 (*) | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- project :stripe-ui-core @@ -318,7 +319,7 @@ | | +--- project :stripe-core (*) | | +--- androidx.activity:activity-ktx:1.8.2 | | | +--- androidx.activity:activity:1.8.2 (*) -| | | +--- androidx.core:core-ktx:1.9.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.9.0 -> 1.13.1 (*) | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*) @@ -343,7 +344,7 @@ | | | +--- androidx.activity:activity:1.8.2 (c) | | | \--- androidx.activity:activity-compose:1.8.2 (c) | | +--- androidx.annotation:annotation:1.7.1 (*) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.13.1 (*) | | +--- androidx.compose.foundation:foundation:1.5.4 | | | \--- androidx.compose.foundation:foundation-android:1.5.4 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) @@ -366,7 +367,7 @@ | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.8.2 (*) | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*) | | | | | | +--- androidx.autofill:autofill:1.0.0 -| | | | | | | \--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | | | | \--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.5.4 @@ -431,7 +432,7 @@ | | | | | | | +--- androidx.compose.ui:ui-graphics:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.24 (*) | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) @@ -444,9 +445,9 @@ | | | | | | | \--- androidx.compose.ui:ui-util:1.5.4 (c) | | | | | | +--- androidx.compose.ui:ui-unit:1.5.4 (*) | | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | | | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 -| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.12.0 (*) +| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.13.1 (*) | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.24 (*) | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*) | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*) @@ -477,7 +478,7 @@ | | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | | | \--- androidx.compose.foundation:foundation:1.5.4 (c) | | | | +--- androidx.compose.runtime:runtime:1.5.4 (*) @@ -490,7 +491,7 @@ | | | +--- androidx.compose.ui:ui:1.5.4 (*) | | | +--- androidx.compose.ui:ui-text:1.5.4 (*) | | | +--- androidx.compose.ui:ui-util:1.5.4 (*) -| | | +--- androidx.core:core:1.10.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.10.0 -> 1.13.1 (*) | | | +--- androidx.emoji2:emoji2:1.4.0 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.24 (*) | | | \--- androidx.compose.foundation:foundation-layout:1.5.4 (c) @@ -547,7 +548,7 @@ | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) | +--- com.google.accompanist:accompanist-themeadapter-appcompat:0.32.0 | | +--- com.google.accompanist:accompanist-themeadapter-core:0.32.0 -| | | +--- androidx.core:core-ktx:1.8.0 -> 1.12.0 (*) +| | | +--- androidx.core:core-ktx:1.8.0 -> 1.13.1 (*) | | | +--- androidx.compose.foundation:foundation:1.5.0 -> 1.5.4 (*) | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 1.9.24 (*) | | | +--- androidx.appcompat:appcompat:1.4.2 -> 1.6.1 (*) @@ -565,21 +566,21 @@ | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.1.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.1.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 | | | | +--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1 (*) -| | | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | | \--- androidx.constraintlayout:constraintlayout-core:1.0.4 -| | | +--- androidx.core:core:1.6.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.6.0 -> 1.13.1 (*) | | | +--- androidx.drawerlayout:drawerlayout:1.1.1 (*) | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0 -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0 | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*) | | | | +--- androidx.documentfile:documentfile:1.0.0 | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | +--- androidx.loader:loader:1.0.0 (*) @@ -587,27 +588,27 @@ | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) | | | | \--- androidx.print:print:1.0.0 | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.4.0 (*) | | | +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*) | | | +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*) | | | +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) | | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | | +--- androidx.core:core:1.7.0 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.7.0 -> 1.13.1 (*) | | | | +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*) | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0 (*) | | | | \--- androidx.viewpager2:viewpager2:1.1.0-beta02 (c) | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*) | | | +--- androidx.transition:transition:1.2.0 | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | | +--- androidx.core:core:1.0.1 -> 1.12.0 (*) +| | | | +--- androidx.core:core:1.0.1 -> 1.13.1 (*) | | | | \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*) | | | \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02 | | | +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*) -| | | +--- androidx.annotation:annotation-experimental:1.3.0 (*) +| | | +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.4.0 (*) | | | +--- androidx.collection:collection:1.1.0 (*) -| | | +--- androidx.core:core:1.3.2 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.3.2 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | | \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*) | | +--- androidx.compose.material:material:1.5.0 -> 1.5.4 (*) @@ -644,7 +645,7 @@ | | +--- androidx.collection:collection-ktx:1.1.0 | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.24 (*) | | | \--- androidx.collection:collection:1.1.0 (*) -| | +--- androidx.core:core-ktx:1.2.0 -> 1.12.0 (*) +| | +--- androidx.core:core-ktx:1.2.0 -> 1.13.1 (*) | | +--- androidx.fragment:fragment:1.6.2 (*) | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*) | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*) @@ -676,7 +677,7 @@ | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.1.0 | | | \--- com.google.android.gms:play-services-basement:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | \--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*) | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*) | +--- com.google.android.material:material:1.11.0 (*) @@ -684,7 +685,7 @@ | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | +--- com.google.android.gms:play-services-base:18.3.0 | | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*) -| | | +--- androidx.core:core:1.2.0 -> 1.12.0 (*) +| | | +--- androidx.core:core:1.2.0 -> 1.13.1 (*) | | | +--- androidx.fragment:fragment:1.0.0 -> 1.6.2 (*) | | | +--- com.google.android.gms:play-services-basement:18.3.0 (*) | | | \--- com.google.android.gms:play-services-tasks:18.1.0 (*) @@ -717,7 +718,7 @@ | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c) | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c) | | | \--- androidx.lifecycle:lifecycle-process:2.7.0 (c) -| | +--- androidx.core:core-ktx:1.12.0 (*) +| | +--- androidx.core:core-ktx:1.12.0 -> 1.13.1 (*) | | +--- androidx.activity:activity-ktx:1.8.2 (*) | | +--- androidx.fragment:fragment-ktx:1.6.2 (*) | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*) @@ -729,5 +730,5 @@ | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*) | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) +--- androidx.appcompat:appcompat:1.6.1 (*) -+--- androidx.core:core-ktx:1.12.0 (*) ++--- androidx.core:core-ktx:1.13.1 (*) \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24 (*) \ No newline at end of file