Skip to content

Commit

Permalink
Bump stripe-android SDK requirement version to 16.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorasl committed Feb 16, 2022
1 parent 5726903 commit 1603a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.stripe:stripe-android:16.9.0'
implementation 'com.stripe:stripe-android:16.6.1'
}

def configureReactNativePom(def pom) {
Expand Down

0 comments on commit 1603a36

Please sign in to comment.