@regulaforensics/react-native-document-reader-api 8.3.238-rc → 8.3.240-nightly

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.
@@ -12,8 +12,8 @@ Pod::Spec.new do |s|
12
12
  s.homepage = 'https://regulaforensics.com'
13
13
 
14
14
  s.source = { :http => 'file:' + __dir__ }
15
- s.ios.deployment_target = '13.0'
15
+ s.ios.deployment_target = '14.0'
16
16
  s.source_files = "ios/*.{h,m}"
17
- s.dependency 'DocumentReaderStage', '8.3.5057'
17
+ s.dependency 'DocumentReaderNightly', '8.3.5065'
18
18
  s.dependency 'React'
19
19
  end
@@ -1,15 +1,3 @@
1
- buildscript {
2
- repositories {
3
- google()
4
- mavenCentral()
5
- }
6
-
7
- dependencies {
8
- classpath "com.android.tools.build:gradle:8.1.1"
9
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22"
10
- }
11
- }
12
-
13
1
  apply plugin: 'com.android.library'
14
2
  apply plugin: 'kotlin-android'
15
3
 
@@ -19,11 +7,11 @@ android {
19
7
  namespace 'com.regula.plugin.documentreader'
20
8
  }
21
9
 
22
- compileSdk 34
10
+ compileSdk 36
23
11
 
24
12
  defaultConfig {
25
- minSdkVersion 21
26
- targetSdk 34
13
+ minSdkVersion 24
14
+ targetSdk 36
27
15
  versionCode 1
28
16
  versionName "1.0"
29
17
  }
@@ -32,7 +20,7 @@ android {
32
20
  rootProject.allprojects {
33
21
  repositories {
34
22
  maven {
35
- url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
23
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
36
24
  }
37
25
  }
38
26
  }
@@ -41,7 +29,7 @@ dependencies {
41
29
  //noinspection GradleDynamicVersion
42
30
  implementation 'com.facebook.react:react-native:+'
43
31
  //noinspection GradleDependency
44
- implementation('com.regula.documentreader:api:8.3.11802') {
32
+ implementation('com.regula.documentreader:api:8.3.11828') {
45
33
  transitive = true
46
34
  }
47
35
  }
@@ -10,8 +10,8 @@
10
10
  "test": "jest"
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "8.3.238-rc",
14
- "@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.3.701-rc",
13
+ "@regulaforensics/react-native-document-reader-api": "8.3.240-nightly",
14
+ "@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.3.729-nightly",
15
15
  "react-native-progress": "5.0.0",
16
16
  "react-native-radio-buttons-group": "3.0.5",
17
17
  "@rneui/base": "4.0.0-rc.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "8.3.238-rc",
3
+ "version": "8.3.240-nightly",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {