Skip to content

Commit

Permalink
Merge pull request #59 from cashfree/task/update_android_sdk
Browse files Browse the repository at this point in the history
Update android SDK 2.1.11
  • Loading branch information
kishan-cashfree authored Apr 30, 2024
2 parents 1eb56bf + b541231 commit 2b3c1a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.gridlayout:gridlayout:1.0.0'

implementation 'com.cashfree.pg:api:2.1.6'
implementation 'com.cashfree.pg:api:2.1.11'

implementation "com.facebook.react:react-native:+" // From node_modules
}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@react-native-community/checkbox": "^0.5.16",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-cashfree-pg-sdk": "^2.1.9-dev.0"
"react-native-cashfree-pg-sdk": "^2.1.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-cashfree-pg-sdk",
"version": "2.1.9-dev.1",
"version": "2.1.11",
"description": "Cashfree PG Plugin for React Native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 2b3c1a3

Please sign in to comment.