Skip to content

Commit 5d09a88

Browse files
committed
Update more libraries
1 parent edd4f6b commit 5d09a88

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ext {
109109
checkstyleVersion = '10.12.1'
110110

111111
androidxLifecycleVersion = '2.6.2'
112-
androidxRoomVersion = '2.5.2'
112+
androidxRoomVersion = '2.6.1'
113113
androidxWorkVersion = '2.8.1'
114114

115115
icepickVersion = '3.2.0'
@@ -214,11 +214,11 @@ dependencies {
214214
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
215215
implementation 'androidx.core:core-ktx:1.12.0'
216216
implementation 'androidx.documentfile:documentfile:1.0.1'
217-
implementation 'androidx.fragment:fragment-ktx:1.6.1'
217+
implementation 'androidx.fragment:fragment-ktx:1.6.2'
218218
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${androidxLifecycleVersion}"
219219
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:${androidxLifecycleVersion}"
220220
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
221-
implementation 'androidx.media:media:1.6.0'
221+
implementation 'androidx.media:media:1.7.0'
222222
implementation 'androidx.preference:preference:1.2.1'
223223
implementation 'androidx.recyclerview:recyclerview:1.3.2'
224224
implementation "androidx.room:room-runtime:${androidxRoomVersion}"
@@ -230,7 +230,7 @@ dependencies {
230230
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta02'
231231
implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}"
232232
implementation "androidx.work:work-rxjava3:${androidxWorkVersion}"
233-
implementation 'com.google.android.material:material:1.9.0'
233+
implementation 'com.google.android.material:material:1.11.0'
234234

235235
/** Third-party libraries **/
236236
// Instance state boilerplate elimination

0 commit comments

Comments
 (0)