Skip to content

Commit 1603a36

Browse files
committed
Bump stripe-android SDK requirement version to 16.6.1
1 parent 5726903 commit 1603a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repositories {
7373
dependencies {
7474
//noinspection GradleDynamicVersion
7575
implementation 'com.facebook.react:react-native:+' // From node_modules
76-
implementation 'com.stripe:stripe-android:16.9.0'
76+
implementation 'com.stripe:stripe-android:16.6.1'
7777
}
7878

7979
def configureReactNativePom(def pom) {

0 commit comments

Comments
 (0)