@regulaforensics/document-reader-core-fullauthrfid 8.4.802-nightly → 8.4.804-rc
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
|
@@ -20,7 +20,7 @@ android {
|
|
|
20
20
|
rootProject.allprojects {
|
|
21
21
|
repositories {
|
|
22
22
|
maven {
|
|
23
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader
|
|
23
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -29,5 +29,5 @@ dependencies {
|
|
|
29
29
|
//noinspection GradleDynamicVersion
|
|
30
30
|
implementation 'com.facebook.react:react-native:+'
|
|
31
31
|
//noinspection GradleDependency
|
|
32
|
-
implementation('com.regula.documentreader.core:fullauthrfid:8.4.
|
|
32
|
+
implementation('com.regula.documentreader.core:fullauthrfid:8.4.14903@aar')
|
|
33
33
|
}
|
package/android/cordova.gradle
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
repositories {
|
|
2
2
|
maven {
|
|
3
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader
|
|
3
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
dependencies {
|
|
8
8
|
//noinspection GradleDependency
|
|
9
|
-
implementation('com.regula.documentreader.core:fullauthrfid:8.4.
|
|
9
|
+
implementation('com.regula.documentreader.core:fullauthrfid:8.4.14903@aar')
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/document-reader-core-fullauthrfid",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.804-rc",
|
|
4
4
|
"description": "This is an npm module for Regula Document Reader Core. It enables core functionality for @regulaforensics/document-reader.",
|
|
5
5
|
"cordova": {
|
|
6
6
|
"id": "@regulaforensics/document-reader-core-fullauthrfid",
|
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="@regulaforensics/document-reader-core-fullauthrfid" version="8.4.
|
|
2
|
+
<plugin id="@regulaforensics/document-reader-core-fullauthrfid" version="8.4.804-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
3
3
|
<name>DocumentReaderCore</name>
|
|
4
4
|
|
|
5
5
|
<platform name="ios">
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<source url="https://github.com/CocoaPods/Specs.git" />
|
|
9
9
|
</config>
|
|
10
10
|
<pods>
|
|
11
|
-
<pod name="
|
|
11
|
+
<pod name="DocumentReaderFullAuthRFID" spec="8.4.14879" />
|
|
12
12
|
</pods>
|
|
13
13
|
</podspec>
|
|
14
14
|
</platform>
|