@regulaforensics/face-sdk 7.2.455-beta → 7.2.466-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/RNFaceSDK.podspec CHANGED
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = 'RNFaceSDK'
8
- s.version = '7.2.455-beta'
8
+ s.version = '7.2.466-rc'
9
9
  s.summary = package['description']
10
10
  s.license = package['license']
11
11
 
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
16
  s.ios.deployment_target = '13.0'
17
17
  s.source_files = 'ios/**/*.{h,m}'
18
18
  s.exclude_files = [ 'ios/CVDFaceSDK.h', 'ios/CVDFaceSDK.m' ]
19
- s.dependency 'FaceSDKStage', '7.2.3097'
19
+ s.dependency 'FaceSDKStage', '7.2.3126'
20
20
  s.dependency 'React'
21
21
  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.4"
9
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
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.facesdk'
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
  }
@@ -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.face:api:7.1.3996'){
32
+ implementation('com.regula.face:api:7.2.4014'){
45
33
  transitive = true
46
34
  }
47
35
  }
@@ -12,7 +12,7 @@ repositories {
12
12
 
13
13
  dependencies {
14
14
  //noinspection GradleDependency
15
- implementation('com.regula.face:api:7.1.3996'){
15
+ implementation('com.regula.face:api:7.2.4014'){
16
16
  transitive = true
17
17
  }
18
18
  }
@@ -1,7 +1,7 @@
1
1
  ext {
2
2
  minSdkVersion = 26
3
- compileSdkVersion = 35
4
- targetSdkVersion = 35
3
+ compileSdkVersion = 36
4
+ targetSdkVersion = 36
5
5
  androidxActivityVersion = '1.9.2'
6
6
  androidxAppCompatVersion = '1.7.0'
7
7
  androidxCoordinatorLayoutVersion = '1.2.0'
@@ -12,5 +12,5 @@ ext {
12
12
  junitVersion = '4.13.2'
13
13
  androidxJunitVersion = '1.2.1'
14
14
  androidxEspressoCoreVersion = '3.6.1'
15
- cordovaAndroidVersion = '13.0.0'
15
+ cordovaAndroidVersion = '14.0.0'
16
16
  }
@@ -351,7 +351,7 @@
351
351
  CODE_SIGN_STYLE = Automatic;
352
352
  CURRENT_PROJECT_VERSION = 1;
353
353
  INFOPLIST_FILE = App/Info.plist;
354
- IPHONEOS_DEPLOYMENT_TARGET = 14.0;
354
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6;
355
355
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356
356
  MARKETING_VERSION = 1.0;
357
357
  OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
@@ -372,7 +372,7 @@
372
372
  CODE_SIGN_STYLE = Automatic;
373
373
  CURRENT_PROJECT_VERSION = 1;
374
374
  INFOPLIST_FILE = App/Info.plist;
375
- IPHONEOS_DEPLOYMENT_TARGET = 14.0;
375
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6;
376
376
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
377
377
  MARKETING_VERSION = 1.0;
378
378
  PRODUCT_BUNDLE_IDENTIFIER = com.regula.example.face.capacitor;
@@ -6,8 +6,8 @@
6
6
  "android": "scripts/android.sh"
7
7
  },
8
8
  "dependencies": {
9
- "@regulaforensics/face-sdk": "7.2.455-beta",
10
- "@regulaforensics/face-core-basic": "7.2.265",
9
+ "@regulaforensics/face-sdk": "7.2.466-rc",
10
+ "@regulaforensics/face-core-basic": "7.2.262-rc",
11
11
  "@awesome-cordova-plugins/file": "6.6.0",
12
12
  "@awesome-cordova-plugins/camera": "6.6.0",
13
13
  "cordova-plugin-file": "8.1.3",
@@ -6,6 +6,8 @@
6
6
  <platform name="android">
7
7
  <preference name="orientation" value="portrait" />
8
8
  <preference name="AndroidEdgeToEdge" value="true" />
9
+ <preference name="android-minSdkVersion" value="24" />
10
+ <preference name="android-targetSdkVersion" value="36" />
9
11
  <preference name="GradlePluginKotlinEnabled" value="true" />
10
12
  <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
11
13
  <application android:usesCleartextTraffic="true" />
Binary file
@@ -19,8 +19,8 @@
19
19
  "@awesome-cordova-plugins/file": "^8.1.0",
20
20
  "@ionic/angular": "^8.7.3",
21
21
  "@ionic/cordova-builders": "^12.3.0",
22
- "@regulaforensics/face-core-basic": "7.2.265",
23
- "@regulaforensics/face-sdk": "7.2.455-beta",
22
+ "@regulaforensics/face-core-basic": "7.2.262-rc",
23
+ "@regulaforensics/face-sdk": "7.2.466-rc",
24
24
  "cordova-android": "^14.0.1",
25
25
  "cordova-ios": "^7.1.1",
26
26
  "cordova-plugin-camera": "^8.0.0",
@@ -5,7 +5,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
5
5
  slug: 'face-sdk',
6
6
  name: 'Face',
7
7
  orientation: 'portrait',
8
- icon: './images/icon/icon.png',
8
+ icon: 'images/icon.png',
9
9
  ios: {
10
10
  bundleIdentifier: 'com.regula.example.face.react',
11
11
  infoPlist: {
@@ -16,10 +16,6 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
16
16
  },
17
17
  android: {
18
18
  package: 'com.regula.example.face.react',
19
- adaptiveIcon: {
20
- foregroundImage: './images/icon/adaptive-icon.png',
21
- backgroundColor: '#ffffff'
22
- },
23
19
  edgeToEdgeEnabled: true
24
20
  },
25
21
  plugins: [
@@ -8,8 +8,8 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/face-sdk": "7.2.455-beta",
12
- "@regulaforensics/face-core-basic": "7.2.265",
11
+ "@regulaforensics/face-sdk": "7.2.466-rc",
12
+ "@regulaforensics/face-core-basic": "7.2.262-rc",
13
13
  "react-native": "^0.81.4",
14
14
  "react-native-fs": "^2.20.0",
15
15
  "react-native-image-picker": "^8.2.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/face-sdk",
3
- "version": "7.2.455-beta",
3
+ "version": "7.2.466-rc",
4
4
  "description": "This is an npm module for Regula Face SDK. It allows you to easily compaire faces using your phone's camera.",
5
5
  "main": "www/react-native/index.js",
6
6
  "module": "www/capacitor/index.js",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="@regulaforensics/face-sdk" version="7.2.455-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/face-sdk" version="7.2.466-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>FaceSDK</name>
4
4
  <description>Cordova plugin for Regula Face SDK</description>
5
5
  <license>commercial</license>
@@ -29,7 +29,7 @@
29
29
  <source url="https://github.com/CocoaPods/Specs.git" />
30
30
  </config>
31
31
  <pods>
32
- <pod name="FaceSDKStage" spec="7.2.3097" />
32
+ <pod name="FaceSDKStage" spec="7.2.3126" />
33
33
  </pods>
34
34
  </podspec>
35
35
  </platform>
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "..": {
15
15
  "name": "@regulaforensics/face-sdk",
16
- "version": "7.2.455-beta",
16
+ "version": "7.2.466-rc",
17
17
  "dev": true,
18
18
  "license": "commercial"
19
19
  },