From 9abc831965b200146e192ace3a258b7f6d75aa28 Mon Sep 17 00:00:00 2001 From: Nick Porter <88012362+porter-stripe@users.noreply.github.com> Date: Thu, 18 Nov 2021 15:06:43 -0700 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1d75b5113..2ae1359b4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -132,7 +132,7 @@ dependencies { api 'com.facebook.react:react-native:+' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1" - implementation 'com.stripe:stripe-android:18.1.0' + implementation 'com.stripe:stripe-android:18.1.+' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0'