Skip to content

Commit d877c75

Browse files
committed
update deps
1 parent 0264524 commit d877c75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ android {
130130
}
131131

132132
dependencies {
133-
implementation 'androidx.core:core-ktx:1.17.0'
133+
implementation 'androidx.core:core-ktx:1.18.0'
134134

135135
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
136136
implementation fileTree(dir: 'libs', include: ['*.jar'])
@@ -143,7 +143,7 @@ dependencies {
143143
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
144144
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
145145
implementation 'com.google.android.material:material:1.13.0'
146-
implementation 'androidx.work:work-runtime:2.11.0'
146+
implementation 'androidx.work:work-runtime:2.11.2'
147147
implementation 'com.google.guava:guava:33.5.0-android'
148148
annotationProcessor 'androidx.annotation:annotation:1.9.1'
149149

0 commit comments

Comments
 (0)