Skip to content

Commit e6eb289

Browse files
authored
Update SDK version to 8.1.0
1 parent 55b0e82 commit e6eb289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
minSdkVersion 23
3232
targetSdkVersion 34
3333
versionCode 170
34-
versionName "7.8.0"
34+
versionName "8.1.0"
3535
ndk.abiFilters 'armeabi-v7a','arm64-v8a'
3636
multiDexEnabled = true
3737
}
@@ -98,8 +98,8 @@ allprojects {
9898
}
9999

100100
dependencies {
101-
implementation 'de.idnow.sdk:idnow-android-sdk:7.8.0'
102-
implementation 'de.idnow.android.eid:idnow-android-eid-sdk:2.7.6'
101+
implementation 'de.idnow.sdk:idnow-android-sdk:8.1.0'
102+
implementation 'de.idnow.android.eid:idnow-android-eid-sdk:2.8.1'
103103
implementation "androidx.multidex:multidex:2.0.1"
104104
implementation files ('libs/bcprov-jdk15to18-164.jar')
105105
implementation files ('libs/bctls-jdk15to18-164.jar')

0 commit comments

Comments
 (0)