Skip to content

Commit

Permalink
update SDK to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
souheib93 committed Jan 18, 2024
1 parent 23e281a commit 06c8cf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ buildscript {
jcenter()
mavenCentral()
google()
maven { url 'https://jitpack.io' }
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "com.jaredsburrows:gradle-license-plugin:0.8.41"
}
}
Expand All @@ -29,8 +30,8 @@ android {
applicationId "de.idnow"
minSdkVersion 23
targetSdkVersion 34
versionCode 168
versionName "7.4.1"
versionCode 169
versionName "7.5.0"
ndk.abiFilters 'armeabi-v7a','arm64-v8a'
multiDexEnabled = true
}
Expand Down Expand Up @@ -97,8 +98,8 @@ allprojects {
}

dependencies {
implementation 'de.idnow.sdk:idnow-android-sdk:7.4.1'
implementation 'de.idnow.android.eid:idnow-android-eid-sdk:2.7.3'
implementation 'de.idnow.sdk:idnow-android-sdk:7.5.0'
implementation 'de.idnow.android.eid:idnow-android-eid-sdk:2.7.4'
implementation "androidx.multidex:multidex:2.0.1"
implementation files ('libs/bcprov-jdk15to18-164.jar')
implementation files ('libs/bctls-jdk15to18-164.jar')
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:7.1.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip

0 comments on commit 06c8cf1

Please sign in to comment.