anyline-ocr-react-native-module 56.4.0 → 56.5.0
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/AnylineReact.podspec +2 -2
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/AnylineReact.podspec
CHANGED
|
@@ -6,8 +6,8 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
|
|
|
6
6
|
# The checksum is the SHA-256 of the xcframework archive and matches the one
|
|
7
7
|
# published in the SDK's Package.swift. Both lines are bumped together — keep
|
|
8
8
|
# adjacent. Keep the double quotes: prepare_release.sh's sed is quote-specific.
|
|
9
|
-
anyline_sdk_version = "56.
|
|
10
|
-
anyline_sdk_checksum = "
|
|
9
|
+
anyline_sdk_version = "56.5.0"
|
|
10
|
+
anyline_sdk_checksum = "eb47507f4f3af71277214dd3a055f7bf5305d830b5b56fba526e83412b99366b"
|
|
11
11
|
|
|
12
12
|
Pod::Spec.new do |s|
|
|
13
13
|
s.name = "AnylineReact"
|
package/android/build.gradle
CHANGED