From d4e3a08923721f20cc2b64a8ec03bc3a7d6fc409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 07:10:17 +0000 Subject: [PATCH] Bump activity-ktx from 1.2.2 to 1.2.3 Bumps activity-ktx from 1.2.2 to 1.2.3. Signed-off-by: dependabot[bot] --- stripe/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stripe/build.gradle b/stripe/build.gradle index db22b14059d..95d8f3694da 100644 --- a/stripe/build.gradle +++ b/stripe/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' implementation "androidx.fragment:fragment-ktx:$fragmentVersion" implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation "androidx.activity:activity-ktx:1.2.2" + implementation "androidx.activity:activity-ktx:1.2.3" implementation 'com.google.android.gms:play-services-wallet:18.1.2' implementation "com.google.android.material:material:$materialVersion"