Skip to content

Commit ad9e383

Browse files
committed
Update dependencies
1 parent 979d7cf commit ad9e383

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
}
66

77
plugins {
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

0 commit comments

Comments
 (0)