From e18e14aa8645451fd8a7fc048ca0330c49a45fb2 Mon Sep 17 00:00:00 2001 From: Kirill Pinchuk Date: Mon, 29 Oct 2018 11:53:36 +0300 Subject: [PATCH] Fix CreditCardEntry version --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 3bcab85ab..5e42fa097 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -39,7 +39,7 @@ dependencies { compile "com.google.android.gms:play-services-wallet:$googlePlayServicesVersion" compile "com.google.firebase:firebase-core:$firebaseVersion" compile 'com.stripe:stripe-android:8.0.0' - compile 'com.github.tipsi:CreditCardEntry:1.4.11' + compile 'com.github.tipsi:CreditCardEntry:1.5.0' } repositories { diff --git a/package.json b/package.json index 7ef26522a..a3fd46484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tipsi-stripe", - "version": "6.1.1", + "version": "6.1.2", "description": "React Native Stripe binding for iOS/Andriod platforms", "main": "src/index.js", "scripts": {