Compare commits
3 Commits
b38e51d784
...
3a12a37a04
Author | SHA1 | Date | |
---|---|---|---|
|
3a12a37a04 | ||
|
340789989c | ||
|
2428f4e50b |
@ -79,6 +79,6 @@ dependencies {
|
|||||||
runtimeOnly 'androidx.camera:camera-camera2:1.3.3'
|
runtimeOnly 'androidx.camera:camera-camera2:1.3.3'
|
||||||
|
|
||||||
implementation 'com.google.code.gson:gson:2.10.1'
|
implementation 'com.google.code.gson:gson:2.10.1'
|
||||||
implementation 'com.google.android.material:material:1.11.0'
|
implementation 'com.google.android.material:material:1.12.0'
|
||||||
implementation 'com.google.zxing:core:3.5.3'
|
implementation 'com.google.zxing:core:3.5.3'
|
||||||
}
|
}
|
@ -1,8 +1,8 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '8.3.2' apply false
|
id 'com.android.application' version '8.4.0' apply false
|
||||||
id 'com.android.library' version '8.3.2' apply false
|
id 'com.android.library' version '8.4.0' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
|
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
|
||||||
id 'com.autonomousapps.dependency-analysis' version '1.31.0' apply true
|
id 'com.autonomousapps.dependency-analysis' version '1.31.0' apply true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user