Skip to content

Commit 68fb9ef

Browse files
author
ci-bot
committed
Updated projects
1 parent 489cebf commit 68fb9ef

273 files changed

Lines changed: 1227 additions & 1401 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1+
*.iml
12
.idea/
3+
.gradle
4+
/local.properties
5+
.DS_Store
6+
/build
7+
/captures
8+
.externalNativeBuild
9+
.cxx
10+
local.properties
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ dependencies {
4040
implementation "androidx.core:core-ktx:1.7.0"
4141
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4242

43-
implementation ('com.regula.face:api:6.2.+@aar'){
43+
implementation ('com.regula.face:api:6.3.+@aar'){
4444
transitive = true
4545
}
4646

47-
implementation ('com.regula.face.core:basic:6.2.+@aar')
47+
implementation ('com.regula.face.core:basic:6.3.+@aar')
4848
}

FaceSampleKotlin/app/src/androidTest/java/com/regula/facesamplekotlin/ExampleInstrumentedTest.kt renamed to BasicSample/app/src/androidTest/java/com/regula/facesamplekotlin/ExampleInstrumentedTest.kt

File renamed without changes.
File renamed without changes.

FaceSampleKotlin/app/src/main/assets/layer.json renamed to BasicSample/app/src/main/assets/layer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"button": {
55
"title": "Close",
6-
"tag": 101,
6+
"tag": 1001,
77
"style": "FaceSdkButtonStyle",
88
"position": {
99
"v": 1.6,
File renamed without changes.

FaceSampleKotlin/app/src/main/java/com/regula/facesamplekotlin/CategoryAdapter.kt renamed to BasicSample/app/src/main/java/com/regula/facesamplekotlin/CategoryAdapter.kt

File renamed without changes.

FaceSampleKotlin/app/src/main/java/com/regula/facesamplekotlin/CategoryDataProvider.kt renamed to BasicSample/app/src/main/java/com/regula/facesamplekotlin/CategoryDataProvider.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,7 @@ class CategoryDataProvider {
4444
HideCloseButtonItem(),
4545
HideFlashButtonItem(),
4646
HideNotificationViewItem(),
47-
NotificationViewItem(),
48-
ButtonsColorItem(),
4947
NotificationViewPositionItem(),
50-
FlashButtonItem(),
51-
SwapButtonItem(),
52-
BasicCustomItem(),
53-
AdvancedCustomItem(),
54-
OverlayCustomItem(),
55-
LivenessProcessingCustomItem(),
5648
UICustomizationItem(),
5749

5850
HeaderItem("Other"),

0 commit comments

Comments
 (0)