Dependencies update

This commit is contained in:
CappielloAntonio 2022-01-18 17:38:25 +01:00
parent 206f2562f5
commit 9240fb3043

View file

@ -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'