@regulaforensics/react-native-document-reader-core-fullauthrfid 9.7.2947-beta → 9.7.2949-beta

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.
@@ -19,8 +19,7 @@ android {
19
19
  rootProject.allprojects {
20
20
  repositories {
21
21
  maven {
22
- url "url_place_holder"
23
- allowInsecureProtocol = true
22
+ url "https://maven.regulaforensics.com/RegulaDocumentReader"
24
23
  }
25
24
  }
26
25
  }
@@ -29,6 +28,6 @@ dependencies {
29
28
  //noinspection GradleDynamicVersion
30
29
  implementation 'com.facebook.react:react-native:+'
31
30
  //noinspection GradleDependency
32
- implementation 'com.regula.documentreader.core:core_place_holder:version_place_holder'
31
+ implementation 'com.regula.documentreader.core:fullauthrfid:9.6.16252'
33
32
  }
34
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-core-fullauthrfid",
3
- "version": "9.7.2947-beta",
3
+ "version": "9.7.2949-beta",
4
4
  "description": "React Native module for reading and validation of identification documents (Core framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {