Skip to content

Commit 478f59a

Browse files
author
sumedhtambat
committed
- fixed error message issue.
1 parent 4ff4f28 commit 478f59a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ android {
2020

2121
dependencies {
2222
implementation 'com.facebook.react:react-native:+'
23-
implementation 'com.razorpay:checkout:1.6.8'
23+
implementation 'com.razorpay:checkout:1.6.9'
2424
}
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-razorpay",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "React Native wrapper for Razorpay",
55
"main": "RazorpayCheckout.js",
66
"scripts": {

0 commit comments

Comments
 (0)