@@ -11,8 +11,8 @@ android {
11
11
applicationId " com.appliedrec.credentials.app"
12
12
minSdk 24
13
13
targetSdk 33
14
- versionCode 8000000
15
- versionName " 8.0.0 "
14
+ versionCode 8000001
15
+ versionName " 8.0.1 "
16
16
archivesBaseName + = " -$versionName "
17
17
18
18
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -34,29 +34,33 @@ android {
34
34
release {
35
35
minifyEnabled false
36
36
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
37
+ ndk {
38
+ // noinspection ChromeOsAbiSupport
39
+ abiFilters ' armeabi-v7a' , ' arm64-v8a'
40
+ }
37
41
}
38
42
}
39
43
buildFeatures {
40
44
viewBinding true
41
45
}
42
46
compileOptions {
43
- sourceCompatibility JavaVersion . VERSION_1_8
44
- targetCompatibility JavaVersion . VERSION_1_8
47
+ sourceCompatibility JavaVersion . VERSION_17
48
+ targetCompatibility JavaVersion . VERSION_17
45
49
}
46
50
kotlinOptions {
47
- jvmTarget = ' 1.8 '
51
+ jvmTarget = ' 17 '
48
52
}
49
53
}
50
54
51
55
dependencies {
52
56
53
- implementation ' androidx.core:core-ktx:1.10.0 '
57
+ implementation ' androidx.core:core-ktx:1.10.1 '
54
58
implementation ' androidx.appcompat:appcompat:1.6.1'
55
- implementation ' com.google.android.material:material:1.8 .0'
59
+ implementation ' com.google.android.material:material:1.9 .0'
56
60
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
57
61
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
58
62
implementation ' androidx.preference:preference:1.2.0'
59
- implementation ' com.appliedrec.verid:ui2:2.9 .0'
63
+ implementation ' com.appliedrec.verid:ui2:2.11 .0'
60
64
implementation(' com.microblink:blinkid:6.1.2@aar' ) {
61
65
transitive = true
62
66
}
@@ -67,9 +71,9 @@ dependencies {
67
71
implementation ' com.google.mlkit:barcode-scanning:17.1.0'
68
72
implementation ' com.google.guava:guava:30.1.1-android'
69
73
implementation files(" libs/document-verification-client.aar" )
70
- implementation ' androidx.camera:camera-lifecycle:1.2.2 '
71
- implementation ' androidx.camera:camera-view:1.2.2 '
72
- implementation " androidx.camera:camera-camera2:1.2.2 "
74
+ implementation ' androidx.camera:camera-lifecycle:1.2.3 '
75
+ implementation ' androidx.camera:camera-view:1.2.3 '
76
+ implementation " androidx.camera:camera-camera2:1.2.3 "
73
77
testImplementation ' junit:junit:4.13.2'
74
78
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
75
79
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
0 commit comments