judokit-react-native 3.3.8 → 3.3.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.
@@ -99,7 +99,7 @@ dependencies {
99
99
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
100
100
  implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
101
101
 
102
- implementation 'com.judopay:judokit-android:2.1.9'
102
+ implementation 'com.judopay:judokit-android:2.1.10'
103
103
 
104
104
  //JUnit 5
105
105
  testImplementation "org.junit.jupiter:junit-jupiter-api:$junit5_version"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "judokit-react-native",
3
3
  "title": "Judopay React Native Module",
4
- "version": "3.3.8",
4
+ "version": "3.3.9",
5
5
  "description": "A React Native module for the Judopay native SDKs to take payments on iOS and Android.",
6
6
  "main": "JudoPay.tsx",
7
7
  "scripts": {