From 7f6b2a98d3cecb4f727b322fc2f83bf1c74f7a09 Mon Sep 17 00:00:00 2001 From: antonio Date: Mon, 28 Feb 2022 17:09:12 +0100 Subject: [PATCH] Dependencies update --- .idea/compiler.xml | 2 +- .idea/misc.xml | 2 +- app/build.gradle | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8a..61a9130c 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 589e54c5..1de494b9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -172,7 +172,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 2ece1782..efc3efcb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.4.1' implementation 'androidx.navigation:navigation-ui-ktx:2.4.1' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'androidx.room:room-runtime:2.4.1' + implementation 'androidx.room:room-runtime:2.4.2' implementation "androidx.cardview:cardview:1.0.0" implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -58,15 +58,15 @@ dependencies { implementation 'com.google.android.gms:play-services-cast-framework:21.0.1' // Android Material - implementation 'com.google.android.material:material:1.6.0-alpha02' + implementation 'com.google.android.material:material:1.6.0-alpha03' // SearchBar implementation 'com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.4' implementation "com.arthurivanets.adapster:adapster:1.0.13" // Glide - implementation 'com.github.bumptech.glide:glide:4.13.0' - implementation 'com.github.bumptech.glide:annotations:4.13.0' + implementation 'com.github.bumptech.glide:glide:4.13.1' + implementation 'com.github.bumptech.glide:annotations:4.13.1' // Media3 implementation "androidx.media3:media3-session:1.0.0-alpha01" @@ -75,12 +75,12 @@ dependencies { implementation "androidx.media3:media3-ui:1.0.0-alpha01" implementation "androidx.media3:media3-cast:1.0.0-alpha01" - annotationProcessor 'com.github.bumptech.glide:compiler:4.13.0' - annotationProcessor 'androidx.room:room-compiler:2.4.1' + annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1' + annotationProcessor 'androidx.room:room-compiler:2.4.2' // Retrofit implementation 'com.squareup.retrofit2:retrofit:2.9.0' - implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.4' + implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.5' implementation 'com.tickaroo.tikxml:retrofit-converter:0.8.15' // XMLParser