Skip to content

Commit

Permalink
Merge pull request #63 from cashfree/task/update_android_sdk
Browse files Browse the repository at this point in the history
Android SDK version 2.1.17 updated
  • Loading branch information
kishan-cashfree authored Jul 15, 2024
2 parents a927fd7 + 2155790 commit 77e35bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.15'
implementation 'com.cashfree.pg:api:2.1.17'

implementation "com.facebook.react:react-native:+" // From node_modules
}
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.12-dev.3",
"version": "2.1.13",
"description": "Cashfree PG Plugin for React Native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 77e35bf

Please sign in to comment.