react-native-tpay 1.3.21 → 1.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,7 +95,7 @@ dependencies {
95
95
  //noinspection GradleDynamicVersion
96
96
  implementation "com.facebook.react:react-native:+"
97
97
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
98
- implementation('com.tpay:sdk:1.2.7') {
98
+ implementation('com.tpay:sdk:1.2.8') {
99
99
  exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
100
100
  }
101
101
  }
@@ -1,2 +1,2 @@
1
1
  // Auto-generated from package.json — do not edit manually.
2
- let reactNativeTpayVersion: String = "1.3.21"
2
+ let reactNativeTpayVersion: String = "1.3.22"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-tpay",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
4
4
  "description": "The Tpay SDK empowers your app to seamlessly integrate Tpay’s payment functionalities, providing a comprehensive and developer-friendly solution for managing payments.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",