File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff 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
99100dependencies {
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' )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments