Compare commits
5
Commits
72146588d7
...
a56a29c060
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a56a29c060 | ||
|
|
5f33dd6168 | ||
|
|
e3812710b6 | ||
|
|
1b6140c7f7 | ||
|
|
191ba40623 |
+2
-2
@@ -117,9 +117,9 @@ dependencies {
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||
|
||||
implementation 'androidx.camera:camera-lifecycle:1.6.1'
|
||||
implementation 'androidx.camera:camera-lifecycle:1.6.2'
|
||||
implementation 'androidx.camera:camera-view:1.6.1'
|
||||
runtimeOnly 'androidx.camera:camera-camera2:1.6.1'
|
||||
runtimeOnly 'androidx.camera:camera-camera2:1.6.2'
|
||||
|
||||
implementation 'com.google.android.material:material:1.14.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0'
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ buildscript {
|
||||
|
||||
plugins {
|
||||
id 'com.android.application' version '9.3.2' apply false
|
||||
id 'com.android.library' version '9.3.1' apply false
|
||||
id 'com.android.library' version '9.3.2' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.19.1' apply true
|
||||
}
|
||||
Reference in New Issue
Block a user