From 4354f6363494eb69fd35123eba4f57af50c671c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 11:09:00 -0400 Subject: [PATCH] Bump appcompat from 1.2.0 to 1.3.0 (#3734) Bumps appcompat from 1.2.0 to 1.3.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/build.gradle | 2 +- paymentsheet-example/build.gradle | 2 +- stripe/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index 676cca37ad9..6cbebe13110 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -51,7 +51,7 @@ private def getValue(key) { dependencies { implementation project(':stripe') - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.recyclerview:recyclerview:1.2.0' implementation "androidx.lifecycle:lifecycle-livedata-ktx:$androidLifecycleVersion" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$androidLifecycleVersion" diff --git a/paymentsheet-example/build.gradle b/paymentsheet-example/build.gradle index aa0ab7951c1..3d7e3cfcab5 100644 --- a/paymentsheet-example/build.gradle +++ b/paymentsheet-example/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$androidLifecycleVersion" implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.core:core-ktx:1.5.0' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5' implementation 'androidx.navigation:navigation-ui-ktx:2.3.5' diff --git a/stripe/build.gradle b/stripe/build.gradle index 4db9f791259..8e67faa5971 100644 --- a/stripe/build.gradle +++ b/stripe/build.gradle @@ -19,7 +19,7 @@ configurations { dependencies { implementation 'androidx.annotation:annotation:1.2.0' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.browser:browser:1.3.0' implementation 'androidx.recyclerview:recyclerview:1.2.0' implementation "androidx.lifecycle:lifecycle-livedata-ktx:$androidLifecycleVersion"