Skip to content

Commit

Permalink
Update SDK version to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
souheib93 authored Jun 11, 2024
1 parent 55b0e82 commit e6eb289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
minSdkVersion 23
targetSdkVersion 34
versionCode 170
versionName "7.8.0"
versionName "8.1.0"
ndk.abiFilters 'armeabi-v7a','arm64-v8a'
multiDexEnabled = true
}
Expand Down Expand Up @@ -98,8 +98,8 @@ allprojects {
}

dependencies {
implementation 'de.idnow.sdk:idnow-android-sdk:7.8.0'
implementation 'de.idnow.android.eid:idnow-android-eid-sdk:2.7.6'
implementation 'de.idnow.sdk:idnow-android-sdk:8.1.0'
implementation 'de.idnow.android.eid:idnow-android-eid-sdk:2.8.1'
implementation "androidx.multidex:multidex:2.0.1"
implementation files ('libs/bcprov-jdk15to18-164.jar')
implementation files ('libs/bctls-jdk15to18-164.jar')
Expand Down

0 comments on commit e6eb289

Please sign in to comment.