@@ -42,19 +42,19 @@ android {
42
42
dependencies {
43
43
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
44
44
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
45
- implementation ' androidx.appcompat:appcompat:1.1 .0'
46
- implementation ' androidx.core:core-ktx:1.2 .0'
47
- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
48
- implementation ' androidx.preference:preference:1.1.0 '
45
+ implementation ' androidx.appcompat:appcompat:1.3 .0'
46
+ implementation ' androidx.core:core-ktx:1.5 .0'
47
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
48
+ implementation ' androidx.preference:preference-ktx :1.1.1 '
49
49
implementation ' org.tukaani:xz:1.8'
50
- implementation ' org.apache.commons:commons-compress:1.19 '
50
+ implementation ' org.apache.commons:commons-compress:1.20 '
51
51
implementation ' com.google.zxing:core:3.4.0'
52
52
implementation ' me.dm7.barcodescanner:zxing:1.9.13'
53
- implementation ' com.google.android.material:material:1.1 .0'
53
+ implementation ' com.google.android.material:material:1.3 .0'
54
54
implementation " org.jetbrains.anko:anko-commons:0.10.4"
55
55
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
56
56
57
- testImplementation ' junit:junit:4.12 '
58
- androidTestImplementation ' androidx.test:runner:1.2 .0'
59
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
57
+ testImplementation ' junit:junit:4.13.2 '
58
+ androidTestImplementation ' androidx.test:runner:1.3 .0'
59
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
60
60
}
0 commit comments