From 9240fb3043d357c0309ee36aced1d8b695a6fb4b Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Tue, 18 Jan 2022 17:38:25 +0100 Subject: [PATCH] Dependencies update --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2b423f4f..21d86e6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,14 +43,14 @@ dependencies { // AndroidX implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' - implementation "androidx.coordinatorlayout:coordinatorlayout:1.1.0" + implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5' implementation 'androidx.navigation:navigation-ui-ktx:2.3.5' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'androidx.room:room-runtime:2.4.0' + implementation 'androidx.room:room-runtime:2.4.1' implementation "androidx.cardview:cardview:1.0.0" implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -76,7 +76,7 @@ dependencies { implementation "androidx.media3:media3-cast:1.0.0-alpha01" annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' - annotationProcessor 'androidx.room:room-compiler:2.4.0' + annotationProcessor 'androidx.room:room-compiler:2.4.1' // Retrofit implementation 'com.squareup.retrofit2:retrofit:2.9.0'