From 97a7b3694ae2b1ed84737631b7995fa228f7f65d Mon Sep 17 00:00:00 2001 From: Michael Shafrir <45020849+mshafrir-stripe@users.noreply.github.com> Date: Fri, 22 Nov 2019 12:28:27 -0800 Subject: [PATCH] Upgrade androidx.recyclerview:recyclerview to 1.1.0 (#1867) --- example/build.gradle | 2 +- stripe/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index 979794b8757..a04dbaa929b 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation project(':stripe') implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.recyclerview:recyclerview:1.0.0' + implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.gms:play-services-wallet:18.0.0' diff --git a/stripe/build.gradle b/stripe/build.gradle index 24c119d204f..1b3e8072cc2 100644 --- a/stripe/build.gradle +++ b/stripe/build.gradle @@ -17,7 +17,7 @@ configurations { dependencies { implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.recyclerview:recyclerview:1.0.0' + implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation "androidx.lifecycle:lifecycle-viewmodel:2.1.0" implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'