File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ dependencies {
102102 implementation " androidx.room:room-runtime:2.6.1"
103103 implementation " androidx.coordinatorlayout:coordinatorlayout:1.2.0"
104104 implementation " androidx.preference:preference-ktx:1.2.1"
105- implementation " androidx.camera:camera-view:1.3.3 "
106- implementation " androidx.camera:camera-lifecycle:1.3.3 "
107- implementation " androidx.camera:camera-camera2:1.3.3 "
105+ implementation " androidx.camera:camera-view:1.3.4 "
106+ implementation " androidx.camera:camera-lifecycle:1.3.4 "
107+ implementation " androidx.camera:camera-camera2:1.3.4 "
108108 ksp " androidx.room:room-compiler:2.6.1"
109109 implementation " androidx.work:work-runtime-ktx:2.9.0"
110110 implementation " androidx.browser:browser:1.8.0"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ buildscript {
55}
66
77plugins {
8- id ' com.android.application' version ' 8.4.2 ' apply false
9- id ' com.android.library' version ' 8.4.2 ' apply false
8+ id ' com.android.application' version ' 8.5.0 ' apply false
9+ id ' com.android.library' version ' 8.5.0 ' apply false
1010 id ' org.jetbrains.kotlin.android' version ' 1.9.23' apply false
1111 id ' com.google.devtools.ksp' version ' 1.9.23-1.0.20' apply false
1212 id ' com.github.triplet.play' version ' 3.8.4' apply false
You can’t perform that action at this time.
0 commit comments