Skip to content

Commit 06c8cf1

Browse files
committed
update SDK to 7.5.0
1 parent 23e281a commit 06c8cf1

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

app/build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ buildscript {
66
jcenter()
77
mavenCentral()
88
google()
9+
maven { url 'https://jitpack.io' }
910
}
1011

1112
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.1.1'
13+
classpath 'com.android.tools.build:gradle:7.1.3'
1314
classpath "com.jaredsburrows:gradle-license-plugin:0.8.41"
1415
}
1516
}
@@ -29,8 +30,8 @@ android {
2930
applicationId "de.idnow"
3031
minSdkVersion 23
3132
targetSdkVersion 34
32-
versionCode 168
33-
versionName "7.4.1"
33+
versionCode 169
34+
versionName "7.5.0"
3435
ndk.abiFilters 'armeabi-v7a','arm64-v8a'
3536
multiDexEnabled = true
3637
}
@@ -97,8 +98,8 @@ allprojects {
9798
}
9899

99100
dependencies {
100-
implementation 'de.idnow.sdk:idnow-android-sdk:7.4.1'
101-
implementation 'de.idnow.android.eid:idnow-android-eid-sdk:2.7.3'
101+
implementation 'de.idnow.sdk:idnow-android-sdk:7.5.0'
102+
implementation 'de.idnow.android.eid:idnow-android-eid-sdk:2.7.4'
102103
implementation "androidx.multidex:multidex:2.0.1"
103104
implementation files ('libs/bcprov-jdk15to18-164.jar')
104105
implementation files ('libs/bctls-jdk15to18-164.jar')

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:4.1.1'
8+
classpath 'com.android.tools.build:gradle:7.1.3'
99
}
1010
}
1111

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip

0 commit comments

Comments
 (0)