judokit-react-native 4.1.2 → 4.1.3
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.
- package/RNJudopay.podspec +1 -1
- package/android/build.gradle +1 -1
- package/ios/Podfile +1 -1
- package/package.json +1 -1
package/RNJudopay.podspec
CHANGED
|
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
|
|
|
15
15
|
s.source_files = "ios/Classes/**/*.{h,m}"
|
|
16
16
|
s.requires_arc = true
|
|
17
17
|
s.dependency "React"
|
|
18
|
-
s.dependency "JudoKit-iOS", "3.2.
|
|
18
|
+
s.dependency "JudoKit-iOS", "3.2.5"
|
|
19
19
|
|
|
20
20
|
s.test_spec 'RNJudoTests' do |test_spec|
|
|
21
21
|
test_spec.source_files = 'ios/RNJudoTests/**/*.{h,m}'
|
package/android/build.gradle
CHANGED
|
@@ -151,7 +151,7 @@ dependencies {
|
|
|
151
151
|
implementation 'androidx.core:core-ktx:1.9.0'
|
|
152
152
|
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
|
|
153
153
|
|
|
154
|
-
implementation 'com.judopay:judokit-android:4.1.
|
|
154
|
+
implementation 'com.judopay:judokit-android:4.1.3'
|
|
155
155
|
|
|
156
156
|
//JUnit 5
|
|
157
157
|
testImplementation "org.junit.jupiter:junit-jupiter-api:$junit5_version"
|
package/ios/Podfile
CHANGED
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": "4.1.
|
|
4
|
+
"version": "4.1.3",
|
|
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": {
|