Skip to content

Commit

Permalink
upds
Browse files Browse the repository at this point in the history
  • Loading branch information
smithspeed committed Jun 4, 2024
1 parent f2e54ca commit e7880b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Then reference the library in the dependency section:

```
dependencies {
implementation 'in.credopay.payment.sdk:vm30-payment-sdk:3.0.12'
implementation 'in.credopay.payment.sdk:vm30-payment-sdk:3.0.20'
}
```
Expand All @@ -72,7 +72,7 @@ the SDK and then can be implemented externally.

```
dependencies {
implementation ('in.credopay.payment.sdk:vm30-payment-sdk:3.0.12')
implementation ('in.credopay.payment.sdk:vm30-payment-sdk:3.0.20')
{
exclude module:'retrofit'
}
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'in.credopay.payment.sdk:vm30-payment-sdk:3.0.12'
implementation 'in.credopay.payment.sdk:vm30-payment-sdk:3.0.20'

}

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-instantpay-mpos",
"version": "1.0.13",
"version": "1.0.14",
"description": "An mPOS (mobile point-of-sale) is a smartphone, tablet or dedicated wireless device that performs the functions of a cash register or electronic point-of-sale terminal (POS terminal) wirelessly.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit e7880b8

Please sign in to comment.