From 5d09a883352382ff821bbab6db59d097af80e64e Mon Sep 17 00:00:00 2001 From: Stypox Date: Sat, 23 Dec 2023 11:58:58 +0100 Subject: [PATCH] Update more libraries --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fa6c607a6..a22228556 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -109,7 +109,7 @@ ext { checkstyleVersion = '10.12.1' androidxLifecycleVersion = '2.6.2' - androidxRoomVersion = '2.5.2' + androidxRoomVersion = '2.6.1' androidxWorkVersion = '2.8.1' icepickVersion = '3.2.0' @@ -214,11 +214,11 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.documentfile:documentfile:1.0.1' - implementation 'androidx.fragment:fragment-ktx:1.6.1' + implementation 'androidx.fragment:fragment-ktx:1.6.2' implementation "androidx.lifecycle:lifecycle-livedata-ktx:${androidxLifecycleVersion}" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:${androidxLifecycleVersion}" implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' - implementation 'androidx.media:media:1.6.0' + implementation 'androidx.media:media:1.7.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation "androidx.room:room-runtime:${androidxRoomVersion}" @@ -230,7 +230,7 @@ dependencies { implementation 'androidx.viewpager2:viewpager2:1.1.0-beta02' implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}" implementation "androidx.work:work-rxjava3:${androidxWorkVersion}" - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.11.0' /** Third-party libraries **/ // Instance state boilerplate elimination