Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe committed Feb 18, 2025
1 parent e0aebd4 commit ba3fec6
Show file tree
Hide file tree
Showing 48 changed files with 9,017 additions and 9,059 deletions.
486 changes: 243 additions & 243 deletions 3ds2playground/dependencies/dependencies.txt

Large diffs are not rendered by default.

476 changes: 238 additions & 238 deletions 3ds2sdk/dependencies/dependencies.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ buildscript {
plugins {
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'io.codearte.nexus-staging' version '0.30.0'
id 'com.google.devtools.ksp' version '2.0.21-1.0.26' apply false
id 'dev.drewhamilton.poko' version '0.17.2' apply false
id 'org.jetbrains.kotlin.jvm' version '2.0.21' apply false
id 'com.google.devtools.ksp' version '2.1.10-1.0.30' apply false
id 'dev.drewhamilton.poko' version '0.18.2' apply false
id 'org.jetbrains.kotlin.jvm' version '2.1.10' apply false
id 'com.emergetools.android' version '4.0.0' apply false
id 'com.google.dagger.hilt.android' version '2.51.1' apply false
id 'com.google.dagger.hilt.android' version '2.55' apply false
}

apply plugin: "io.gitlab.arturbosch.detekt"
Expand Down
438 changes: 227 additions & 211 deletions camera-core/dependencies/dependencies.txt

Large diffs are not rendered by default.

730 changes: 366 additions & 364 deletions connect-example/dependencies/dependencies.txt

Large diffs are not rendered by default.

656 changes: 329 additions & 327 deletions connect/dependencies/dependencies.txt

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
ext.versions = [
accompanist : '0.34.0',
alipay : '15.8.12',
androidGradlePlugin : '8.7.1',
androidGradlePlugin : '8.8.1',
androidTest : '1.6.1',
androidTestJunit : '1.2.1',
androidTestOrchestrator : '1.5.1',
androidTestRunner : '1.6.2',
androidTestTruth : '1.6.0',
androidxActivity : '1.8.2',
androidxAnnotation : '1.9.0',
androidxActivity : '1.9.3',
androidxAnnotation : '1.9.1',
androidxAppcompat : '1.7.0',
androidxArchCore : '2.2.0',
androidxBrowser : '1.8.0',
androidxCompose : '1.6.8',
androidxComposeRuntime : '1.6.8',
androidxComposeUi : '1.6.8',
androidxConstraintlayout : '2.1.4',
androidxConstraintlayout : '2.2.0',
androidxCore : '1.13.1',
androidxFragment : '1.8.4',
androidxFragment : '1.8.6',
androidxHilt : '1.2.0',
androidxLegacySupport : '1.0.0',
androidxLifecycle : '2.8.6',
androidxLifecycle : '2.8.7',
androidxNavigation : '2.7.7',
androidxPreference : '1.2.1',
androidxRecyclerview : '1.3.2',
binaryCompatibilityValidator: '0.16.3',
binaryCompatibilityValidator: '0.17.0',
bouncyCastle : '1.79',
cameraX : '1.3.4',
cameraX : '1.4.1',
dagger : '2.55',
detekt : '1.23.6',
detekt : '1.23.7',
diskLruCache : '2.0.2',
dokka : '1.9.20',
espresso : '3.6.1',
firebaseAppDistribution : '5.0.0',
fuel : '2.3.1',
hilt : '2.52',
hilt : '2.55',
goDaddyColorPicker : '0.7.0',
googleServices : '4.4.2',
gson : '2.11.0',
gson : '2.12.1',
hamcrest : '2.2',
instantApps : '1.1.0',
junit : '4.13.2',
Expand All @@ -55,12 +55,12 @@ ext.versions = [
mockitoKotlin : '5.4.0',
nimbusJwt : '9.46',
okhttp : '4.12.0',
okio : '3.9.1',
okio : '3.10.2',
paparazzi : '1.3.4',
poko : '0.17.1',
poko : '0.18.2',
payButtonCompose : '0.1.3',
places : '3.3.0',
playServicesCoroutines : '1.7.3',
places : '3.5.0',
playServicesCoroutines : '1.10.1',
playServicesTfLite : '16.0.1',
playServicesWallet : '19.4.0',
playIntegrity : '1.4.0',
Expand Down
1,028 changes: 515 additions & 513 deletions example/dependencies/dependencies.txt

Large diffs are not rendered by default.

1,062 changes: 532 additions & 530 deletions financial-connections-example/dependencies/dependencies.txt

Large diffs are not rendered by default.

91 changes: 0 additions & 91 deletions financial-connections/api/financial-connections.api

Large diffs are not rendered by default.

582 changes: 291 additions & 291 deletions financial-connections/dependencies/dependencies.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ internal class FinancialConnectionsSheetActivity : AppCompatActivity() {
/**
* Handles new intents in the form of the redirect from the custom tab hosted auth flow
*/
override fun onNewIntent(intent: Intent?) {
override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)
viewModel.handleOnNewIntent(intent)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ internal class FinancialConnectionsSheetNativeActivity : AppCompatActivity() {
/**
* Handles new intents in the form of the redirect from the custom tab hosted auth flow
*/
override fun onNewIntent(intent: Intent?) {
override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)
viewModel.handleOnNewIntent(intent)
}
Expand Down
54 changes: 27 additions & 27 deletions hcaptcha/dependencies/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
+--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21
+--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10
| +--- org.jetbrains:annotations:13.0
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 (c)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 (c)
| \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21 (c)
| \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 (c)
+--- androidx.appcompat:appcompat:1.7.0
| +--- androidx.activity:activity:1.7.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 -> 2.0.21 (*)
| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.1.10 (*)
| | +--- 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.13.1
| | | +--- androidx.annotation:annotation:1.6.0 (*)
| | | +--- androidx.annotation:annotation-experimental:1.4.0
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.0.21 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.10 (*)
| | | +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
| | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*)
Expand All @@ -29,7 +29,7 @@
| | | | | \--- 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 -> 2.0.21 (*)
| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
| | | | | +--- 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
Expand All @@ -38,11 +38,11 @@
| | | | | | | | +--- 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 -> 2.0.21 (*)
| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.1.10 (*)
| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0
| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.0.21 (*)
| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 2.0.21
| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.1.10 (*)
| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21 -> 2.1.10
| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
| | | | | | +--- 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)
Expand All @@ -59,7 +59,7 @@
| | | | | | \--- 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 -> 2.0.21 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
| | | | +--- 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)
Expand All @@ -69,12 +69,12 @@
| | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1
| | | | +--- 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 -> 2.0.21 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
| | | \--- androidx.core:core-ktx:1.13.1 (c)
| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.6.2 (*)
| | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.6.2
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.0.21 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
| | | +--- 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)
Expand All @@ -86,13 +86,13 @@
| | | +--- 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 -> 2.0.21 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
| | | | \--- 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 -> 2.0.21 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
| | | | +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
| | | | +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
Expand All @@ -104,8 +104,8 @@
| | | | +--- 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 -> 2.0.21 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.0.21 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
| | | +--- 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)
Expand All @@ -116,7 +116,7 @@
| | +--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.3.1 (*)
| | +--- androidx.savedstate:savedstate:1.2.1 (*)
| | +--- androidx.tracing:tracing:1.0.0 (*)
| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.0.21 (*)
| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
| +--- androidx.annotation:annotation:1.3.0 -> 1.6.0 (*)
| +--- androidx.appcompat:appcompat-resources:1.7.0
| | +--- androidx.annotation:annotation:1.2.0 -> 1.6.0 (*)
Expand Down Expand Up @@ -150,7 +150,7 @@
| | | +--- 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 -> 2.0.21 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
| | | +--- 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)
Expand Down Expand Up @@ -180,7 +180,7 @@
| | | | +--- 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 -> 2.0.21 (*)
| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
| | | | +--- 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)
Expand All @@ -193,14 +193,14 @@
| | | +--- androidx.annotation:annotation:1.0.0 -> 1.6.0 (*)
| | | +--- androidx.core:core:1.0.0 -> 1.13.1 (*)
| | | \--- androidx.customview:customview:1.0.0 (*)
| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.0.21 (*)
| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.10 (*)
| +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.6.2 (*)
| +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.6.2 (*)
| +--- androidx.profileinstaller:profileinstaller:1.3.1 (*)
| +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
| | \--- androidx.annotation:annotation:1.1.0 -> 1.6.0 (*)
| +--- androidx.savedstate:savedstate:1.2.1 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.21 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
| \--- androidx.appcompat:appcompat-resources:1.7.0 (c)
+--- androidx.core:core:1.13.1 (*)
+--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3
Expand All @@ -210,12 +210,12 @@
| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.7.3 (c)
| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 (c)
| | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.7.3 (c)
| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.0.21 (*)
| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.10 (*)
| \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3
| \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.7.3
| +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.3 (*)
| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.0.21 (*)
\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21
+--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
\--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.0.21
\--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 (*)
| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.10 (*)
\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10
+--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
\--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.10
\--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
12 changes: 0 additions & 12 deletions identity/api/identity.api
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public final class com/stripe/android/identity/analytics/AnalyticsState$Creator

public final class com/stripe/android/identity/navigation/ComposableSingletons$IdentityNavGraphKt {
public static final field INSTANCE Lcom/stripe/android/identity/navigation/ComposableSingletons$IdentityNavGraphKt;
public static field lambda-1 Lkotlin/jvm/functions/Function3;
public fun <init> ()V
public final fun getLambda-1$identity_release ()Lkotlin/jvm/functions/Function3;
}
Expand Down Expand Up @@ -353,39 +352,31 @@ public final class com/stripe/android/identity/networking/models/VerificationPag

public final class com/stripe/android/identity/ui/ComposableSingletons$BottomSheetKt {
public static final field INSTANCE Lcom/stripe/android/identity/ui/ComposableSingletons$BottomSheetKt;
public static field lambda-1 Lkotlin/jvm/functions/Function3;
public static field lambda-2 Lkotlin/jvm/functions/Function2;
public fun <init> ()V
public final fun getLambda-1$identity_release ()Lkotlin/jvm/functions/Function3;
public final fun getLambda-2$identity_release ()Lkotlin/jvm/functions/Function2;
}

public final class com/stripe/android/identity/ui/ComposableSingletons$ConsentLinesKt {
public static final field INSTANCE Lcom/stripe/android/identity/ui/ComposableSingletons$ConsentLinesKt;
public static field lambda-1 Lkotlin/jvm/functions/Function2;
public fun <init> ()V
public final fun getLambda-1$identity_release ()Lkotlin/jvm/functions/Function2;
}

public final class com/stripe/android/identity/ui/ComposableSingletons$ConsentScreenKt {
public static final field INSTANCE Lcom/stripe/android/identity/ui/ComposableSingletons$ConsentScreenKt;
public static field lambda-1 Lkotlin/jvm/functions/Function2;
public fun <init> ()V
public final fun getLambda-1$identity_release ()Lkotlin/jvm/functions/Function2;
}

public final class com/stripe/android/identity/ui/ComposableSingletons$ConsentWelcomeHeaderKt {
public static final field INSTANCE Lcom/stripe/android/identity/ui/ComposableSingletons$ConsentWelcomeHeaderKt;
public static field lambda-1 Lkotlin/jvm/functions/Function2;
public fun <init> ()V
public final fun getLambda-1$identity_release ()Lkotlin/jvm/functions/Function2;
}

public final class com/stripe/android/identity/ui/ComposableSingletons$DebugScreenKt {
public static final field INSTANCE Lcom/stripe/android/identity/ui/ComposableSingletons$DebugScreenKt;
public static field lambda-1 Lkotlin/jvm/functions/Function3;
public static field lambda-2 Lkotlin/jvm/functions/Function3;
public static field lambda-3 Lkotlin/jvm/functions/Function3;
public fun <init> ()V
public final fun getLambda-1$identity_release ()Lkotlin/jvm/functions/Function3;
public final fun getLambda-2$identity_release ()Lkotlin/jvm/functions/Function3;
Expand All @@ -394,21 +385,18 @@ public final class com/stripe/android/identity/ui/ComposableSingletons$DebugScre

public final class com/stripe/android/identity/ui/ComposableSingletons$DocWarmupScreenKt {
public static final field INSTANCE Lcom/stripe/android/identity/ui/ComposableSingletons$DocWarmupScreenKt;
public static field lambda-1 Lkotlin/jvm/functions/Function2;
public fun <init> ()V
public final fun getLambda-1$identity_release ()Lkotlin/jvm/functions/Function2;
}

public final class com/stripe/android/identity/ui/ComposableSingletons$SelfieScreenKt {
public static final field INSTANCE Lcom/stripe/android/identity/ui/ComposableSingletons$SelfieScreenKt;
public static field lambda-1 Lkotlin/jvm/functions/Function3;
public fun <init> ()V
public final fun getLambda-1$identity_release ()Lkotlin/jvm/functions/Function3;
}

public final class com/stripe/android/identity/ui/ComposableSingletons$UploadScreenKt {
public static final field INSTANCE Lcom/stripe/android/identity/ui/ComposableSingletons$UploadScreenKt;
public static field lambda-1 Lkotlin/jvm/functions/Function3;
public fun <init> ()V
public final fun getLambda-1$identity_release ()Lkotlin/jvm/functions/Function3;
}
Expand Down
Loading

0 comments on commit ba3fec6

Please sign in to comment.