Skip to content

Commit ad8a1ea

Browse files
author
ci-bot
committed
Updated projects
1 parent f435a4b commit ad8a1ea

14 files changed

Lines changed: 1774 additions & 64 deletions

File tree

BasicSample/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ dependencies {
4444
implementation 'com.google.android.material:material:1.5.0'
4545
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
4646
implementation "androidx.recyclerview:recyclerview:1.2.1"
47-
implementation "androidx.core:core-ktx:1.7.0"
47+
implementation "androidx.core:core-ktx:1.17.0"
4848
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4949

50-
implementation ('com.regula.face:api:7.2.+@aar'){
50+
implementation ('com.regula.face:api:8.1.+@aar'){
5151
transitive = true
5252
}
5353

54-
implementation ('com.regula.face.core:basic:7.2.+@aar')
54+
implementation ('com.regula.face.core:basic:8.1.+@aar')
5555
}

0 commit comments

Comments
 (0)