@jimrising/easymerchantsdk-react-native 2.5.8 → 2.5.9

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.
@@ -96,7 +96,7 @@ dependencies {
96
96
  implementation 'com.google.android.material:material:1.13.0'
97
97
 
98
98
  // Third-party libs
99
- implementation 'com.app:paysdk:1.7.4'
99
+ implementation 'com.app:paysdk:1.7.5'
100
100
  implementation 'com.hbb20:ccp:2.7.3'
101
101
  implementation 'com.github.bumptech.glide:glide:5.0.4'
102
102
  implementation 'com.github.androidmads:QRGenerator:1.0.5'
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'easymerchantsdk'
3
- s.version = '2.5.8'
3
+ s.version = '2.5.9'
4
4
  s.summary = 'A React Native SDK for Easy Merchant.'
5
5
  s.description = <<-DESC
6
6
  A React Native SDK to enable Easy Merchant functionality in mobile applications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimrising/easymerchantsdk-react-native",
3
- "version": "2.5.8",
3
+ "version": "2.5.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {