@regulaforensics/face-core-basic 7.2.265 → 7.2.272-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.
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14
14
 
15
15
  s.source = { http: "file:#{source}" }
16
16
  s.ios.deployment_target = '13.0'
17
- s.dependency 'FaceCoreBasic', '7.2.1622'
17
+ s.dependency 'FaceCoreBasicNightly', '7.2.1639'
18
18
  s.dependency 'React'
19
19
  end
@@ -7,11 +7,11 @@ android {
7
7
  namespace 'com.regula.plugin.facecore'
8
8
  }
9
9
 
10
- compileSdk 34
10
+ compileSdk 36
11
11
 
12
12
  defaultConfig {
13
- minSdkVersion 21
14
- targetSdk 34
13
+ minSdkVersion 24
14
+ targetSdk 36
15
15
  versionCode 1
16
16
  versionName "1.0"
17
17
  }
@@ -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/Nightly"
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.face.core:basic:7.2.1311@aar')
32
+ implementation('com.regula.face.core:basic:7.2.1324@aar')
33
33
  }
@@ -1,10 +1,10 @@
1
1
  repositories {
2
2
  maven {
3
- url "https://maven.regulaforensics.com/RegulaDocumentReader"
3
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
4
4
  }
5
5
  }
6
6
 
7
7
  dependencies {
8
8
  //noinspection GradleDependency
9
- implementation('com.regula.face.core:basic:7.2.1311@aar')
9
+ implementation('com.regula.face.core:basic:7.2.1324@aar')
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/face-core-basic",
3
- "version": "7.2.265",
3
+ "version": "7.2.272-nightly",
4
4
  "description": "This is an npm module for Regula Face SDK Core. It enables core functionality for @regulaforensics/face-sdk.",
5
5
  "cordova": {
6
6
  "id": "@regulaforensics/face-core-basic",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="@regulaforensics/face-core-basic" version="7.2.265" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/face-core-basic" version="7.2.272-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>FaceCore</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="FaceCoreBasic" spec="7.2.1622" />
11
+ <pod name="FaceCoreBasicNightly" spec="7.2.1639" />
12
12
  </pods>
13
13
  </podspec>
14
14
  </platform>