lemnisk-react-native 0.2.0 → 0.2.1
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/android/build.gradle
CHANGED
|
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
s.dependency 'React-Core'
|
|
24
|
-
s.dependency 'Lemnisk-iOS-SDK', '3.10.
|
|
24
|
+
s.dependency 'Lemnisk-iOS-SDK', '3.10.2'
|
|
25
25
|
# LOCAL TEST (swap in for on-device work against the local xcframework via the
|
|
26
26
|
# example Podfile's `pod 'Lemnisk-iOS-SDK-Local', :path => '../../../../ios-swift-sdk'`):
|
|
27
27
|
# s.dependency 'Lemnisk-iOS-SDK-Local'
|
package/package.json
CHANGED
|
File without changes
|